Skip to content

Commit

Permalink
Rebuild dist/*
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed Dec 16, 2021
1 parent 5679bb3 commit 4da52c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
3 changes: 3 additions & 0 deletions dist/rfc6902.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
for (let i = 1, l = this.tokens.length; i < l; i++) {
parent = value;
key = this.tokens[i];
if (key == '__proto__' || key == 'constructor' || key == 'prototype') {
continue;
}
// not sure if this the best way to handle non-existant paths...
value = (parent || {})[key];
}
Expand Down
38 changes: 11 additions & 27 deletions dist/rfc6902.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4da52c0

Please sign in to comment.