Socket
Socket
Sign inDemoInstall

stylecow-plugin-prefixes

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-prefixes - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

tests/cases/read-only-write/ast.json

1

caniuse.js

@@ -30,2 +30,3 @@ "use strict";

'css-placeholder',
'css-read-only-write',
'css-regions',

@@ -32,0 +33,0 @@ 'css-repeating-gradients',

@@ -161,2 +161,3 @@ "use strict";

caniuse.forEachVendor('css-selection', addSelectorChildVendor, 'PseudoElement', 'selection');
caniuse.forEachVendor('css-read-only-write', addSelectorChildVendor, 'PseudoClass', ['read-write', 'read-only']);
caniuse.forEachVendor('css-shapes', addDeclarationVendor, ['shape-outside', 'shape-image-threshold', 'shape-margin']);

@@ -163,0 +164,0 @@ caniuse.forEachVendor('css-snappoints', addDeclarationVendor, [

6

package.json
{
"name": "stylecow-plugin-prefixes",
"description": "Stylecow plugin to add vendor prefixes automatically.",
"version": "6.0.0",
"version": "6.0.1",
"engines": {

@@ -22,8 +22,8 @@ "node": ">=4.0"

"mocha": "^2.3.2",
"stylecow-core": "^2.0.1"
"stylecow-core": "^2.1.1"
},
"license": "MIT",
"dependencies": {
"caniuse-db": "^1.0.30000313"
"caniuse-db": "^1.0.30000359"
}
}

Sorry, the diff of this file is not supported yet

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