Comparing version 3.2.2 to 3.3.0
{ | ||
"name": "psd", | ||
"description": "A general purpose Photoshop file parser.", | ||
"version": "3.2.2", | ||
"main": "dist/psd.js", | ||
"version": "3.3.0", | ||
"main": "dist/psd-standalone.js", | ||
"keywords": [ | ||
@@ -30,5 +30,5 @@ "psd", | ||
"docs": "node_modules/docco-husky/bin/generate lib shims", | ||
"build": "cake compile", | ||
"build": "cake compile-standalone && cake compile-browser", | ||
"generate-docs": "cake docs:generate", | ||
"local-dev": "cake compile && rm -rf ./examples/browser/dist && cp -R ./dist ./examples/browser/dist && webpack serve" | ||
"local-dev": "npm run build && rm -rf ./examples/browser/dist && cp -R ./dist ./examples/browser/dist && webpack serve" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
5031139
150
58210
3
10