journeyapps
Advanced tools
Comparing version 1.0.3-1 to 1.0.3-5
{ | ||
"name": "journeyapps", | ||
"version": "1.0.3-1", | ||
"version": "1.0.3-5", | ||
"description": "Journey JS library", | ||
@@ -21,8 +21,7 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "rm -rf ./dist && export NODE_ENV=production && webpack && yarn run symlinks:clean && yarn run hardlinks:create", | ||
"symlinks:clean": "rm -rf api app db push util", | ||
"hardlinks:create": "cp -r ./src/api api && cp -r ./src/app app && cp -r ./src/db db && cp -r ./src/push push && cp -r ./src/util util", | ||
"prepack": "rm -rf ./dist && export NODE_ENV=production && webpack", | ||
"install": "ln -s ./src/api api && ln -s ./src/app app && ln -s ./src/db db && ln -s ./src/push push && ln -s ./src/util util", | ||
"symlinks:clean": "rm -f api app db push util", | ||
"symlinks:create": "ln -s ./src/api api && ln -s ./src/app app && ln -s ./src/db db && ln -s ./src/push push && ln -s ./src/util util", | ||
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags", | ||
"postpublish": "yarn run symlinks:clean && yarn run symlinks:create" | ||
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags" | ||
}, | ||
@@ -29,0 +28,0 @@ "main": "./src/index.js", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
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
11
9
1609331
70
33509
1