Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-ordered-values

Package Overview
Dependencies
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-ordered-values - npm Package Compare versions

Comparing version 5.1.3 to 6.0.0

11

package.json
{
"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;
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