cssnano-utils
Advanced tools
Comparing version 4.0.0-nightly.2020.10.20 to 4.0.0
{ | ||
"name": "cssnano-utils", | ||
"version": "4.0.0-nightly.2020.10.20", | ||
"version": "4.0.0", | ||
"repository": "cssnano/cssnano", | ||
"main": "dist/index.js", | ||
"main": "src/index.js", | ||
"types": "types/index.d.ts", | ||
"description": "Utility methods and plugin for cssnano projects", | ||
"scripts": { | ||
"prebuild": "", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"", | ||
"prepublish": "" | ||
}, | ||
"homepage": "https://github.com/cssnano/cssnano", | ||
@@ -17,11 +13,16 @@ "bugs": { | ||
"engines": { | ||
"node": ">=10.13.0" | ||
"node": "^14 || ^16 || >=18.0" | ||
}, | ||
"files": [ | ||
"dist" | ||
"src", | ||
"LICENSE", | ||
"types" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"postcss": "^7.0.16" | ||
"devDependencies": { | ||
"postcss": "^8.2.15" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.15" | ||
} | ||
} |
@@ -10,3 +10,2 @@ # cssnano-utils | ||
| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes | | ||
| `getMatch` | Convert a list of keywords into a single keyword match. | | ||
| `getArguments` | Get a list of arguments, separated by a comma. | | ||
@@ -13,0 +12,0 @@ | `sameParent` | Check that two PostCSS nodes share the same parent. | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5796
11
0
1
16
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)