Socket
Socket
Sign inDemoInstall

specificity

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specificity - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

53

package.json
{
"name" : "specificity",
"version" : "0.1.4",
"description" : "Calculate the specificity of a CSS selector",
"keywords" : ["CSS", "specificity"],
"homepage" : "https://github.com/keeganstreet/specificity",
"author" : {
"name" : "Keegan Street",
"url" : "http://keegan.st"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/keeganstreet/specificity.git"
},
"bugs": {
"url": "https://github.com/keeganstreet/specificity/issues"
},
"main": "specificity",
"engines": {
"node": "~0.8.x"
},
"scripts": {
"test": "node_modules/.bin/mocha test/test.js"
},
"devDependencies": {
"mocha": "1.11.x"
}
"name": "specificity",
"version": "0.1.5",
"description": "Calculate the specificity of a CSS selector",
"keywords": [
"CSS",
"specificity"
],
"homepage": "https://github.com/keeganstreet/specificity",
"author": {
"name": "Keegan Street",
"url": "http://keegan.st"
},
"repository": {
"type": "git",
"url": "https://github.com/keeganstreet/specificity.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keeganstreet/specificity/issues"
},
"main": "specificity",
"scripts": {
"test": "node_modules/.bin/mocha test/test.js"
},
"devDependencies": {
"mocha": "1.11.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