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

bem-naming

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-naming - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

README.md

27

package.json
{
"name": "bem-naming",
"version": "0.1.0",
"version": "0.2.0",
"description": "Manage naming of BEM entities",

@@ -23,15 +23,20 @@ "keywords": [

"main": "lib/bem-naming",
"files": ["lib"],
"devDependencies": {
"mocha": "1.21.4",
"should": "4.0.4",
"zuul": "1.10.1",
"jshint": "2.5.3",
"jscs": "1.5.9",
"istanbul": "0.3.0",
"uglify-js": "2.4.15"
},
"scripts": {
"test": "npm run lint && npm run func-test && npm run cover",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- test/original test/harry-roberts",
"test": "npm run lint && npm run node-test && npm run browser-test && npm run cover",
"lint": "jshint . && jscs -c .jscs.js .",
"func-test": "mocha test/original test/harry-roberts"
},
"devDependencies": {
"mocha": "1.20.1",
"must": "0.12.0",
"jshint": "2.5.1",
"jscs": "1.5.7",
"istanbul": "0.2.16"
"node-test": "mocha ./test/**/*.test.js",
"browser-test": "zuul -- ./test/**/*.test.js",
"cover": "istanbul cover _mocha -- ./test/**/*.test.js",
"min": "uglifyjs lib/bem-naming.js > bem-naming.min.js"
}
}
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