Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.eslintrc.js

46

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc