postcss-ordered-values
Advanced tools
Comparing version 5.1.3 to 6.0.0
{ | ||
"name": "postcss-ordered-values", | ||
"version": "5.1.3", | ||
"version": "6.0.0", | ||
"description": "Ensure values are ordered consistently in your CSS.", | ||
@@ -26,4 +26,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"cssnano-utils": "^3.1.0", | ||
"postcss-value-parser": "^4.2.0" | ||
"postcss-value-parser": "^4.2.0", | ||
"cssnano-utils": "^4.0.0" | ||
}, | ||
@@ -34,7 +34,6 @@ "bugs": { | ||
"engines": { | ||
"node": "^10 || ^12 || >=14.0" | ||
"node": "^14 || ^16 || >=18.0" | ||
}, | ||
"devDependencies": { | ||
"postcss": "^8.2.15", | ||
"undici": "^5.0.0" | ||
"postcss": "^8.2.15" | ||
}, | ||
@@ -41,0 +40,0 @@ "peerDependencies": { |
@@ -1,14 +0,2 @@ | ||
declare const _exports: { | ||
add(value: string): Set<string>; | ||
clear(): void; | ||
delete(value: string): boolean; | ||
forEach(callbackfn: (value: string, value2: string, set: Set<string>) => void, thisArg?: any): void; | ||
has(value: string): boolean; | ||
readonly size: number; | ||
entries(): IterableIterator<[string, string]>; | ||
keys(): IterableIterator<string>; | ||
values(): IterableIterator<string>; | ||
[Symbol.iterator](): IterableIterator<string>; | ||
readonly [Symbol.toStringTag]: string; | ||
}; | ||
declare const _exports: Set<string>; | ||
export = _exports; |
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
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
1
28384
871
+ Addedcssnano-utils@4.0.2(transitive)
- Removedcssnano-utils@3.1.0(transitive)
Updatedcssnano-utils@^4.0.0