+3
-1
| language: node_js | ||
| node_js: | ||
| - "0.10" | ||
| - "0.10" | ||
| - "0.12" | ||
| - "io.js" |
+1
-1
@@ -46,3 +46,3 @@ 'use strict'; | ||
| var ctx = vm.createContext({}); | ||
| var file = require.resolve('regenerator/runtime.js'); | ||
| var file = require.resolve('regenerator-runtime/runtime.js'); | ||
| vm.runInContext(fs.readFileSync(file, 'utf8'), ctx, file); | ||
@@ -49,0 +49,0 @@ return ctx.regeneratorRuntime; |
+3
-2
| { | ||
| "name": "then-jade", | ||
| "version": "2.4.1", | ||
| "version": "2.4.2", | ||
| "description": "Jade with async/streaming support via promises and generators", | ||
@@ -10,3 +10,4 @@ "keywords": [], | ||
| "promise": "~7.0.3", | ||
| "regenerator": "~0.8.30", | ||
| "regenerator": "~0.8.46", | ||
| "regenerator-runtime": "~0.9.5", | ||
| "then-yield": "0.0.1", | ||
@@ -13,0 +14,0 @@ "with": "~5.0.0" |
+1
-1
@@ -18,3 +18,3 @@ <a href="http://promises-aplus.github.com/promises-spec"><img src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png" align="right" /></a> | ||
| [](https://gemnasium.com/then/then-jade) | ||
| [](http://badge.fury.io/js/then-jade) | ||
| [](https://www.npmjs.com/package/then-jade) | ||
@@ -21,0 +21,0 @@ ## Installation |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
29436
0.27%7
16.67%+ Added
Updated