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

react-bem-grid

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bem-grid - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/react-bem-grid.js

8

package.json
{
"name": "react-bem-grid",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -8,3 +8,4 @@ "main": "dist/index.js",

"clean": "rimraf dist",
"build": "npm-run-all transpile styles",
"build": "npm-run-all transpile styles build:umd",
"build:umd": "webpack --config ./webpack.config src/index.js dist/react-bem-grid.js && NODE_ENV=production webpack --config ./webpack.config src/index.js dist/react-bem-grid.min.js",
"transpile": "babel src --out-dir dist",

@@ -73,4 +74,5 @@ "sass": "node-sass src -o dist --output-style expanded --precision 3",

"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
"sinon-chai": "^2.8.0",
"webpack": "^1.11.0"
}
}
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