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

pcss-loader

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcss-loader - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

.prettierrc

19

index.js

@@ -63,9 +63,10 @@ /**

// Default value for a large coverage
browsers: 'cover 100%'
}
)
browsers: 'cover 100%',
},
),
];
// Optional minification ; recommended for production
// https://github.com/cssnano/cssnano
if (options.minified) plugins = [...plugins, require('cssnano')];
if (options.minified)
plugins = [...plugins, require('cssnano')({ zindex: false })];

@@ -86,4 +87,4 @@ // If the user has selected custom plugins

{
from: undefined
}
from: undefined,
},
)

@@ -98,4 +99,4 @@ .then(result =>

styles: \`${result.css}\`
}`
)
}`,
),
)

@@ -122,5 +123,5 @@ .catch(error => {

column: '${error.column}',
} }`
} }`,
);
});
};
{
"name": "pcss-loader",
"version": "0.0.8",
"version": "0.0.9",
"description": "Webpack loader for pcss files",

@@ -5,0 +5,0 @@ "license": "MIT",

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