You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`JSON.parse()` drop-in replacement with prototype poisoning protection.
8
6
9
7
## Introduction
10
8
@@ -52,3 +50,11 @@ Scans a given object for prototype properties where:
52
50
-`protoAction` - optional string with one of:
53
51
- `'error'` - throw a `SyntaxError` when a `__proto__` key is found. This is the default value.
54
52
- `'remove'` - deletes any `__proto__` keys from the input `obj`.
53
+
54
+
# Acknowledgements
55
+
This project has been forked from [hapijs/bourne](https://github.com/hapijs/bourne).
56
+
All the credits before the commit [4690682](https://github.com/hapijs/bourne/commit/4690682c6cdaa06590da7b2485d5df91c09da889) goes to the hapijs/bourne project contributors.
57
+
After, the project will be maintained by the Fastify team.
0 commit comments