New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clear-cut

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clear-cut - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

index.js

19

package.json
{
"name": "clear-cut",
"version": "0.4.0",
"version": "1.0.0",
"description": "Calculate specificity of CSS selectors",
"main": "./lib/main.js",
"main": "./index.js",
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
"benchmark": "coffee benchmark/benchmark.coffee",
"test": "node node_modules/.bin/jasmine-focused --coffee --captureExceptions spec"
},

@@ -25,12 +25,5 @@ "license": "MIT",

"devDependencies": {
"jasmine-focused": "1.x",
"grunt-contrib-coffee": "~0.9.0",
"grunt-cli": "~0.1.8",
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-coffeelint": "0.0.6"
},
"dependencies": {
"specificity": "0.1.3"
"coffee-script": "^1.9.1",
"jasmine-focused": "1.x"
}
}
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