cssnano-preset-simple
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
466998
2
+ Addedcaniuse-lite@^1.0.30001093
+ Addedcaniuse-lite@1.0.30001679(transitive)