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

postcss-modules-extract-imports

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-extract-imports - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

lib/index.js

@@ -86,7 +86,6 @@ 'use strict';

Object.keys(imports[path]).forEach(function (importedSymbol) {
rule.push(_postcss2['default'].decl({
rule.append(_postcss2['default'].decl({
value: importedSymbol,
prop: imports[path][importedSymbol],
raws: { before: '\n ' },
_autoprefixerDisabled: true
raws: { before: '\n ' }
}));

@@ -93,0 +92,0 @@ });

4

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

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"babel-eslint": "^4.1.3",
"babel-istanbul": "^0.3.20",
"babel-istanbul": "^0.4.0",
"babelify": "^6.1.2",

@@ -45,0 +45,0 @@ "chokidar-cli": "^1.0.1",

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