This website works better with JavaScript.
Explore
Help
Sign In
patrickjieraldjuan
/
csp2-juan
Watch
1
Star
0
Fork
You've already forked csp2-juan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7af8572672
csp2-juan
/
node_modules
/
mongoose
/
lib
/
helpers
/
specialProperties.js
4 lines
84 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
new
Set
(
[
'__proto__'
,
'constructor'
,
'prototype'
]
)
;
Reference in New Issue
View Git Blame
Copy Permalink