cssnano-utils
Advanced tools
Comparing version 1.0.1 to 2.0.0-alpha.0
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "cssnano-utils", | ||
"version": "1.0.1", | ||
"version": "2.0.0-alpha.0", | ||
"repository": "cssnano/cssnano", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"prebuild": "del-cli dist", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"" | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -17,3 +18,3 @@ "homepage": "https://github.com/cssnano/cssnano", | ||
"engines": { | ||
"node": ">=10.13.0" | ||
"node": "^10 || ^12 || >=14.0" | ||
}, | ||
@@ -24,5 +25,9 @@ "files": [ | ||
"license": "MIT", | ||
"dependencies": { | ||
"postcss": "^7.0.16" | ||
} | ||
"devDependencies": { | ||
"postcss": "^8.2.1" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.1" | ||
}, | ||
"gitHead": "023c532464a06ccea2951fd6e5d2949b3b29e7bd" | ||
} |
@@ -0,0 +0,0 @@ # cssnano-utils |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5386
8
1
1
1
+ Addednanoid@3.3.7(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedsource-map-js@1.2.1(transitive)
- Removedpostcss@^7.0.16
- Removedpicocolors@0.2.1(transitive)
- Removedpostcss@7.0.39(transitive)
- Removedsource-map@0.6.1(transitive)