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

cssnano-preset-simple

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-preset-simple - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

18

package.json
{
"name": "cssnano-preset-simple",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple cssnano preset",

@@ -14,10 +14,15 @@ "main": "dist/index.js",

"scripts": {
"prebuild": "rimraf dist/",
"prebuild": "rimraf dist/ && node patch.js",
"build": "ncc build src/index.js -o dist --minify --external postcss",
"prepublishOnly": "yarn build",
"semantic-release": "semantic-release"
"test": "jest",
"prepublishOnly": "yarn build && yarn test",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"browserslist-config-google": "^1.5.0",
"cssnano-preset-default": "^4.0.7",
"cz-conventional-changelog": "3.0.2",
"jest": "^24.9.0",
"rimraf": "^3.0.0",

@@ -31,3 +36,8 @@ "semantic-release": "^15.13.24"

"postcss-svgo": "file:./postcss-plugin-stub/"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

Sorry, the diff of this file is too big to display

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