skinview3d
Advanced tools
Comparing version 1.1.0 to 1.2.0-alpha.1
{ | ||
"name": "skinview3d", | ||
"version": "1.1.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "Three.js powered Minecraft skin viewer", | ||
"module": "build/skinview3d.module.js", | ||
"main": "build/skinview3d.js", | ||
"typings": "types/skinview3d.d.ts", | ||
"module": "dist/skinview3d.module.js", | ||
"main": "dist/skinview3d.js", | ||
"scripts": { | ||
"build": "rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js", | ||
"prepare": "npm test && rimraf build && npm run build", | ||
"build": "rollup -c", | ||
"test": "karma start && npm run lint", | ||
"lint": "eslint src/** tools/** && tslint -c tslint.json types/**.ts", | ||
"prepublishOnly": "npm test && rimraf dist && npm run build", | ||
"lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .", | ||
"dev": "npm-run-all --parallel watch serve", | ||
"watch": "rollup -w -c tools/rollup.browser.js", | ||
"watch": "rollup -w -c", | ||
"serve": "ws" | ||
@@ -34,15 +33,12 @@ }, | ||
"files": [ | ||
"types", | ||
"build" | ||
"dist" | ||
], | ||
"dependencies": { | ||
"three": "^0.95.0" | ||
"three": "^0.97.0" | ||
}, | ||
"devDependencies": { | ||
"@types/three": "^0.92.17", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.7.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.5", | ||
"@types/three": "^0.93.4", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.4.0", | ||
"karma": "^3.0.0", | ||
@@ -57,13 +53,14 @@ "karma-chrome-launcher": "^2.2.0", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup": "^0.66.6", | ||
"rollup-plugin-license": "^0.7.0", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-uglify": "^4.0.0", | ||
"rollup-plugin-typescript2": "^0.17.1", | ||
"rollup-plugin-uglify": "^6.0.0", | ||
"ts-loader": "^5.2.2", | ||
"tslint": "^5.11.0", | ||
"tslint-formatter-beauty": "^3.0.0-beta.2", | ||
"typescript": "^3.0.1", | ||
"uglify-es": "^3.3.10", | ||
"url-loader": "^1.1.1", | ||
"webpack": "^4.16.5" | ||
"webpack": "^4.17.1" | ||
} | ||
} |
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
24
154025
12
1
2747
2
1
+ Addedthree@0.97.0(transitive)
- Removedthree@0.95.0(transitive)
Updatedthree@^0.97.0