Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "material", | ||
"version": "0.1.1", | ||
"description": "Object Oriented User Interface Components", | ||
"version": "0.2.0", | ||
"description": "Vanilla Implementation of Material Design Components", | ||
"main": "index.js", | ||
@@ -17,40 +17,4 @@ "repository": { | ||
"keywords": [ | ||
"material", | ||
"user", | ||
"interface" | ||
], | ||
"devDependencies": { | ||
"babelify": "^7.2.0", | ||
"exorcist": "^0.4.0", | ||
"gulp": "^3.9.0", | ||
"gulp-browserify": "^0.5.1", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-hub": "^0.7.1", | ||
"gulp-less": "^3.0.5", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-util": "^3.0.7", | ||
"require-dir": "^0.3.0", | ||
"vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"build-material": "browserify -r material -t [ babelify --presets es2015 ] --debug | exorcist build/material.js.map > build/material.js", | ||
"build-demo": "browserify dist/demo/app.js --debug -o 'exorcist build/demo.js.map > build/demo.js' -v", | ||
"build-css": "lessc lib/skin/material/material.less > dist/skin/material.css", | ||
"watch-demo": "watchify --debug dist/demo/main.js -o 'exorcist build/demo.js.map > build/demo.js' -v", | ||
"watch": "npm run watch-lib & npm run watch-css", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
[ | ||
"babelify", | ||
{ | ||
"presets": [ | ||
"es2015" | ||
] | ||
} | ||
] | ||
] | ||
} | ||
} | ||
"vanilla material design component" | ||
] | ||
} |
@@ -1,1 +0,1 @@ | ||
Object Oriented User Interface Components | ||
ES2015 Implementation of Material Design Components |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
102
5612
1
0
210970
1