@hapify/generator
Advanced tools
Sorry, the diff of this file is not supported yet
+10
-0
@@ -6,2 +6,12 @@ # Changelog | ||
| ## @hapify/generator [1.4.2](https://github.com/hapify/hapify/compare/@hapify/generator@1.4.1...@hapify/generator@1.4.2) (2022-02-18) | ||
| ### Dependencies | ||
| * **@hapify/syntax:** upgraded to 1.6.0 | ||
| ## @hapify/generator [1.4.1](https://github.com/hapify/hapify/compare/@hapify/generator@1.4.0...@hapify/generator@1.4.1) (2021-06-17) | ||
@@ -8,0 +18,0 @@ |
+2
-2
| { | ||
| "name": "@hapify/generator", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "Generator for Hapify templates", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
| "@hapify/ejs": "1.3.0", | ||
| "@hapify/syntax": "1.5.0", | ||
| "@hapify/syntax": "1.6.0", | ||
| "@hapify/vm": "1.4.0", | ||
@@ -39,0 +39,0 @@ "case": "^1.6.3" |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
101120
0.21%+ Added
- Removed
Updated