@hapify/ejs
Advanced tools
Sorry, the diff of this file is not supported yet
+15
-0
@@ -6,2 +6,17 @@ # Changelog | ||
| # @hapify/ejs [1.1.0](https://github.com/hapify/hapify/compare/@hapify/ejs@1.0.0...@hapify/ejs@1.1.0) (2021-04-16) | ||
| ### Features | ||
| * add generator package ([#17](https://github.com/hapify/hapify/issues/17)) ([5ac94ae](https://github.com/hapify/hapify/commit/5ac94ae190a21bf2b1c416d6f5e9641ac247794b)) | ||
| ### Dependencies | ||
| * **@hapify/vm:** upgraded to 1.2.0 | ||
| # @hapify/ejs 1.0.0 (2021-04-16) | ||
@@ -8,0 +23,0 @@ |
+2
-2
| { | ||
| "name": "@hapify/ejs", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "Sandbox for EJS templates", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@hapify/vm": "1.1.0", | ||
| "@hapify/vm": "1.2.0", | ||
| "pkg-dir": "^5.0.0" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
35198
1.34%1
-50%+ Added
- Removed
Updated