Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "eeaas", | ||
"version": "0.1.0", | ||
"description": "EasterEggs as a Service", | ||
"main": "index.js", | ||
"version": "0.1.1", | ||
"description": "Easter eggs as a service", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -13,3 +13,5 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": ["eeaas"], | ||
"keywords": [ | ||
"eeaas" | ||
], | ||
"author": "Cornelius Weidmann <cornelius@kyco.io> (https://kyco.io)", | ||
@@ -20,3 +22,7 @@ "license": "MIT", | ||
}, | ||
"homepage": "https://github.com/kyco/eeaas#readme" | ||
"homepage": "https://github.com/kyco/eeaas#readme", | ||
"dependencies": { | ||
"jquery": "^3.3.1", | ||
"lodash": "^4.17.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
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
21
40622
2
911
1
+ Addedjquery@^3.3.1
+ Addedlodash@^4.17.5
+ Addedjquery@3.7.1(transitive)
+ Addedlodash@4.17.21(transitive)