Socket
Socket
Sign inDemoInstall

postcss-modules-extract-imports

Package Overview
Dependencies
4
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

CHANGELOG.md

15

package.json
{
"name": "postcss-modules-extract-imports",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "A CSS Modules transform to extract local aliases for inline imports",

@@ -16,7 +16,7 @@ "main": "src/index.js",

"lint": "yarn eslint && yarn prettier",
"test:only": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"pretest": "yarn lint",
"test": "jest --coverage",
"autotest": "jest --coverage --watch",
"cover": "jest --coverage",
"ci": "yarn pretest && yarn cover",
"test": "yarn test:coverage",
"prepublishOnly": "yarn test"

@@ -40,3 +40,2 @@ },

"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^3.1.0",

@@ -47,8 +46,8 @@ "eslint": "^7.9.0",

"lint-staged": "^10.4.0",
"postcss": "^8.0.6",
"postcss": "^8.0.7",
"prettier": "^2.1.2"
},
"peerDependencies": {
"postcss": "^8.0.6"
"postcss": "^8.0.0"
}
}

@@ -1,2 +0,1 @@

const postcss = require("postcss");
const topologicalSort = require("./topologicalSort");

@@ -67,3 +66,3 @@

postcssPlugin: "postcss-modules-extract-imports",
RootExit(root) {
RootExit(root, postcss) {
const graph = {};

@@ -70,0 +69,0 @@ const visited = {};

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