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

postcss-modules-local-by-default

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-local-by-default - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

15

package.json
{
"name": "postcss-modules-local-by-default",
"version": "1.1.1",
"version": "1.2.0",
"description": "A CSS Modules transform to make local scope the default",

@@ -18,4 +18,4 @@ "keywords": [

"dependencies": {
"css-selector-tokenizer": "^0.6.0",
"postcss": "^5.0.4"
"css-selector-tokenizer": "^0.7.0",
"postcss": "^6.0.1"
},

@@ -26,4 +26,4 @@ "devDependencies": {

"coveralls": "^2.11.2",
"eslint": "^1.5.0",
"istanbul": "^0.3.14",
"eslint": "^3.19.0",
"istanbul": "^0.4.5",
"tape": "^4.0.0"

@@ -41,3 +41,6 @@ },

"publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish"
}
},
"files": [
"index.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