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

@webpack-blocks/postcss

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-blocks/postcss - npm Package Compare versions

Comparing version 1.0.0-rc to 1.0.0

12

package.json
{
"name": "@webpack-blocks/postcss",
"version": "1.0.0-rc",
"version": "1.0.0",
"description": "Webpack block for PostCSS.",

@@ -10,3 +10,3 @@ "main": "lib/index",

"test": "ava && standard",
"prepublish": "npm test"
"prepublishOnly": "npm test"
},

@@ -23,11 +23,9 @@ "engines": {

"dependencies": {
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"postcss-loader": "^1.3.3"
},
"devDependencies": {
"@webpack-blocks/assets": "^1.0.0-rc",
"@webpack-blocks/core": "^1.0.0-rc",
"ava": "^0.19.1",
"standard": "^8.6.0"
"@webpack-blocks/assets": "^1.0.0",
"@webpack-blocks/core": "^1.0.0"
}
}

@@ -18,3 +18,3 @@ # webpack-blocks - PostCSS

module.exports = createConfig([
match('*.css', { exclude: path.resolve('node_modules') }, [
match(['*.css', '!*node_modules*'], [
css(),

@@ -21,0 +21,0 @@ postcss()

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