Comparing version 3.3.0 to 3.4.0
@@ -7,3 +7,6 @@ module.exports = { | ||
isEqual: require('./lib/is-equal'), | ||
getDisplayType: require('./lib/get-display-type') | ||
getDisplayType: require('./lib/get-display-type'), | ||
sanitize: require('./lib/sanitize'), | ||
encode: require('./lib/encode'), | ||
decode: require('./lib/decode') | ||
}; |
{ | ||
"name": "rttc", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Runtime type-checking for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128359
23
2666
2