Socket
Socket
Sign inDemoInstall

postcss-modules-local-by-default

Package Overview
Dependencies
9
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-rc.0 to 4.0.0-rc.1

8

CHANGELOG.md

@@ -6,6 +6,12 @@ # Change Log

## [4.0.0-rc.0] - 2020-07-25
## [4.0.0-rc.1] - 2020-09-22
### BREAKING CHANGE
- update `icss-utils` for PostCSS 8 compatibility
## [4.0.0-rc.0] - 2020-09-18
### BREAKING CHANGE
- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`

@@ -12,0 +18,0 @@ - minimum supported `postcss` version is `^8.0.3`

25

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

@@ -29,10 +29,11 @@ "main": "src/index.js",

"pretest": "yarn lint",
"test": "tape test/index.js",
"autotest": "chokidar src/index.js test/test.js -c 'yarn test'",
"cover": "istanbul cover test/index.js",
"ci": "yarn pretest && yarn cover",
"test": "jest",
"test:only": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"test:ci": "yarn pretest && yarn cover",
"prepublishOnly": "yarn test"
},
"dependencies": {
"icss-utils": "^4.1.1",
"icss-utils": "^5.0.0-rc.0",
"postcss-selector-parser": "^6.0.2",

@@ -42,14 +43,10 @@ "postcss-value-parser": "^4.1.0"

"devDependencies": {
"chokidar-cli": "^2.1.0",
"codecov.io": "^0.1.6",
"coveralls": "^3.1.0",
"eslint": "^7.9.0",
"istanbul": "^0.4.5",
"postcss": "^8.0.3",
"prettier": "^2.1.2",
"tape": "^5.0.1"
"jest": "^26.4.2",
"postcss": "^8.0.7",
"prettier": "^2.1.2"
},
"peerDependencies": {
"postcss": "^8.0.3"
"postcss": "^8.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc