Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "jeyson", | ||
"version": "1.0.0", | ||
"description": "json template engine", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "Json template engine", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"test": "test" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
@@ -15,10 +18,9 @@ "type": "git", | ||
"json", | ||
"template", | ||
"engine", | ||
"templating", | ||
"jsong", | ||
"jso-ng", | ||
"jeyson" | ||
"template", | ||
"factory", | ||
"maker" | ||
], | ||
"author": "dawn", | ||
"author": "nishant", | ||
"license": "WTFPL", | ||
@@ -28,3 +30,10 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/nishants/jso-ng#readme" | ||
"homepage": "https://github.com/nishants/jso-ng#readme", | ||
"dependencies": { | ||
"extend": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
} | ||
} |
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
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
24770
20
624
1
131
1
2
2
+ Addedextend@^3.0.0
+ Addedextend@3.0.2(transitive)