Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "css-camera", | ||
"version": "0.0.1", | ||
"description": "New way to construct web page with CSS3", | ||
"version": "0.1.0", | ||
"description": "Add a new perspective to your web page", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "exit 1" | ||
"start": "rollup -c -w", | ||
"build": "rm -rf ./lib && rollup -c && npm run declaration", | ||
"build:windows": "rd /s /q ./lib || rollup -c && npm run declaration:windows", | ||
"declaration": "rm -rf ./lib/declaration && tsc -p tsconfig.json", | ||
"declaration:windows": "rd /s /q ./lib || tsc -p tsconfig.json" | ||
}, | ||
@@ -18,3 +22,19 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/WoodNeck/css-camera#readme" | ||
"homepage": "https://github.com/WoodNeck/css-camera#readme", | ||
"devDependencies": { | ||
"@types/gl-matrix": "^2.4.5", | ||
"rollup": "^1.10.1", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup-plugin-prototype-minify": "^1.0.5", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
"tslint": "^5.15.0", | ||
"tslint-consistent-codestyle": "^1.15.1", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^3.4.3" | ||
}, | ||
"dependencies": { | ||
"gl-matrix": "^3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
694962
63
4560
1
11
2
+ Addedgl-matrix@^3.0.0
+ Addedgl-matrix@3.4.3(transitive)