emscripten-library-decorator
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "emscripten-library-decorator", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Decorators for writing Emscripten libraries", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"bin": { | ||
"dump-em-lib": "./dump-em-lib" | ||
}, | ||
"scripts": { | ||
@@ -13,3 +16,3 @@ "tsc": "tsc", | ||
"prepublish": "npm run lint && tsc -p src", | ||
"test": "node index.js" | ||
"test": "node dist/index.js" | ||
}, | ||
@@ -27,6 +30,6 @@ "author": "Juha Järvi", | ||
"devDependencies": { | ||
"docts": "~0.0.4", | ||
"tslint": "^3.14.0", | ||
"docts": "~0.1.0", | ||
"tslint": "^3.15.1", | ||
"typescript": "^1.8.10" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15368
9
186
1