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.1.5 to 1.1.6

7

package.json
{
"name": "cssnano-preset-simple",
"version": "1.1.5",
"version": "1.1.6",
"description": "A simple cssnano preset",

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

"prebuild": "rimraf dist/ && node patch.js",
"build": "ncc build src/index.js -o dist --minify --external postcss",
"build": "ncc build src/index.js -o dist --minify --external postcss --external caniuse-lite",
"test": "jest",

@@ -38,3 +38,4 @@ "prepublishOnly": "yarn build && yarn test",

"dependencies": {
"postcss": "^7.0.32"
"postcss": "^7.0.32",
"caniuse-lite": "^1.0.30001093"
},

@@ -41,0 +42,0 @@ "resolutions": {

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