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

rollup-plugin-postcss-modules

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

rollup-plugin-postcss-modules - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

index.js

@@ -72,5 +72,2 @@ "use strict";

}
if (!('dest' in rest) && 'file' in rest) {
rest.dest = rest.file;
}
const { getExport, getJSON } = new CSSExports(writeDefinitions);

@@ -77,0 +74,0 @@ const postcssModulesPlugin = postcssModules(Object.assign({ getJSON }, modules));

22

package.json
{
"name": "rollup-plugin-postcss-modules",
"version": "1.0.6",
"version": "1.0.7",
"description": "rollup-plugin-postcss wrapper with built-in CSS module and TypeScript support",

@@ -20,9 +20,9 @@ "main": "index.js",

"@types/acorn": "^4.0.2",
"@types/camelcase": "^0.0.30",
"@types/camelcase": "^4.1.0",
"@types/mz": "^0.0.31",
"@types/node": "^7.0.12",
"@types/node": "^8.0.26",
"@types/source-map": "^0.5.0",
"aurelia-logging": "^1.3.1",
"ava": "^0.19.1",
"ava-fixture": "^0.10.1",
"ava": "^0.22.0",
"ava-fixture": "^0.11.0",
"eslint": "^3.19.0",

@@ -35,8 +35,8 @@ "eslint-config-airbnb": "^14.1.0",

"eslint-plugin-react": "^6.10.3",
"eslint-plugin-typescript": "git+https://github.com/nzakas/eslint-plugin-typescript.git",
"eslint-plugin-typescript": "^0.7.0",
"mkdirp-promise": "^5.0.1",
"rmfr": "^1.0.2",
"rollup": "^0.41.6",
"typescript": "^2.2.2",
"typescript-eslint-parser": "^2.1.0"
"rollup": "^0.49.2",
"typescript": "^2.4.2",
"typescript-eslint-parser": "^7.0.0"
},

@@ -46,5 +46,5 @@ "dependencies": {

"mz": "^2.6.0",
"postcss-modules": "^0.7.0",
"rollup-plugin-postcss": "^0.4.1"
"postcss-modules": "^0.8.0",
"rollup-plugin-postcss": "^0.5.4"
}
}

Sorry, the diff of this file is not supported yet

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