Socket
Socket
Sign inDemoInstall

postcss-merge-longhand

Package Overview
Dependencies
15
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

8

package.json
{
"name": "postcss-merge-longhand",
"version": "6.0.0",
"version": "6.0.1",
"description": "Merge longhand properties into shorthand with PostCSS.",

@@ -29,3 +29,3 @@ "main": "src/index.js",

"postcss-value-parser": "^4.2.0",
"stylehacks": "^6.0.0"
"stylehacks": "^6.0.1"
},

@@ -39,7 +39,7 @@ "bugs": {

"devDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.32"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}

@@ -8,3 +8,3 @@ export = pluginCreator;

declare namespace pluginCreator {
const postcss: true;
let postcss: true;
}
declare const _exports: {
explode: (rule: import("postcss").Rule) => void;
merge: (rule: import("postcss").Rule) => void;
explode: (rule: import("postcss/lib/rule.js").default) => void;
merge: (rule: import("postcss/lib/rule.js").default) => void;
};
export = _exports;
declare const _exports: {
explode: (rule: import("postcss").Rule) => void;
merge: (rule: import("postcss").Rule) => void;
explode: (rule: import("postcss/lib/rule").default) => void;
merge: (rule: import("postcss/lib/rule").default) => void;
};
export = _exports;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc