Socket
Socket
Sign inDemoInstall

stylehacks

Package Overview
Dependencies
2
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.1.1

6

package.json
{
"name": "stylehacks",
"version": "6.1.0",
"version": "6.1.1",
"description": "Detect/remove browser hacks from CSS files.",

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

"browserslist": "^4.23.0",
"postcss-selector-parser": "^6.0.15"
"postcss-selector-parser": "^6.0.16"
},

@@ -42,3 +42,3 @@ "bugs": {

"devDependencies": {
"postcss": "^8.4.35"
"postcss": "^8.4.37"
},

@@ -45,0 +45,0 @@ "peerDependencies": {

@@ -13,3 +13,3 @@ export = BasePlugin;

nodeTypes: Set<string>;
result: import("postcss/lib/result").default<import("postcss/lib/document").default | import("postcss/lib/root").default> | undefined;
result: import("postcss").Result<import("postcss").Document | import("postcss").Root> | undefined;
/**

@@ -16,0 +16,0 @@ * @param {import('postcss').Node} node

declare const _exports: ({
new (result?: import("postcss/lib/result").default<import("postcss/lib/document").default | import("postcss/lib/root").default> | undefined): important;
new (result?: import("postcss").Result<import("postcss").Document | import("postcss").Root> | undefined): important;
} | {
new (result?: import("postcss/lib/result").default<import("postcss/lib/document").default | import("postcss/lib/root").default> | undefined): trailingSlashComma;
new (result?: import("postcss").Result<import("postcss").Document | import("postcss").Root> | undefined): trailingSlashComma;
})[];

@@ -6,0 +6,0 @@ export = _exports;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc