Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "ses", | ||
"version": "0.0.0", | ||
"dependencies": { | ||
"optimist": "~0.3.5" | ||
}, | ||
"preferGlobal": true, | ||
"bin": { | ||
"ses": "bin/ses" | ||
} | ||
"name": "ses", | ||
"version": "0.0.1", | ||
"dependencies": { | ||
"optimist": "~0.3.5" | ||
}, | ||
"preferGlobal": true, | ||
"bin": { | ||
"ses": "bin/ses" | ||
} | ||
} |
# Secure EcmaScript | ||
**:warning: This is not an official, working packaging of Google | ||
Caja’s SES. This is a project attempting to bring SES to Node.js but | ||
will probably not be viable until Node.js 0.12 at least.** | ||
SES is a tool that allows mutually suspicious programs to share a single | ||
@@ -64,1 +68,2 @@ EcmaScript 5 compliant JavaScript context without interfering with each | ||
``` | ||
Sorry, the diff of this file is too big to display
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
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
69
3
1
927080
42
20558