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

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.1 to 6.0.2

2

caniuse.js

@@ -41,5 +41,7 @@ "use strict";

'css-transitions',
'css-text-spacing',
'css-writing-mode',
'css3-boxsizing',
'css3-cursors-newer',
'css3-cursors-grab',
'css3-tabsize',

@@ -46,0 +48,0 @@ 'flexbox',

4

index.js

@@ -172,6 +172,8 @@ "use strict";

caniuse.forEachVendor('css-text-align-last', addDeclarationVendor, 'text-align-last');
caniuse.forEachVendor('css-text-spacing', addDeclarationVendor, 'text-spacing');
caniuse.forEachVendor('css-touch-action', addDeclarationVendor, 'touch-action');
caniuse.forEachVendor('css-writing-mode', addDeclarationVendor, 'writing-mode');
caniuse.forEachVendor('css3-boxsizing', addDeclarationVendor, 'box-sizing');
caniuse.forEachVendor('css3-cursors-newer', addDeclarationChildVendor, 'cursor', 'Keyword', ['zoom-in', 'zoom-out', 'grab', 'grabbing']);
caniuse.forEachVendor('css3-cursors-newer', addDeclarationChildVendor, 'cursor', 'Keyword', ['zoom-in', 'zoom-out']);
caniuse.forEachVendor('css3-cursors-grab', addDeclarationChildVendor, 'cursor', 'Keyword', ['grab', 'grabbing']);
caniuse.forEachVendor('css3-tabsize', addDeclarationVendor, 'tab-size');

@@ -178,0 +180,0 @@ caniuse.forEachVendor('flexbox', true, addDeclarationChildVendor, 'display', 'Keyword', ['flex', 'inline-flex']);

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

@@ -21,9 +21,9 @@ "node": ">=4.0"

"devDependencies": {
"mocha": "^2.3.2",
"stylecow-core": "^2.1.1"
"mocha": "^2.3.4",
"stylecow-core": "^2.2.2"
},
"license": "MIT",
"dependencies": {
"caniuse-db": "^1.0.30000359"
"caniuse-db": "^1.0.30000391"
}
}

@@ -523,2 +523,36 @@ {

]
},
{
"type": "Declaration",
"name": "text-spacing",
"vendor": "ms",
"children": [
{
"type": "Value",
"children": [
{
"type": "Keyword",
"name": "normal",
"vendor": null
}
]
}
]
},
{
"type": "Declaration",
"name": "text-spacing",
"vendor": null,
"children": [
{
"type": "Value",
"children": [
{
"type": "Keyword",
"name": "normal",
"vendor": null
}
]
}
]
}

@@ -525,0 +559,0 @@ ]

Sorry, the diff of this file is not supported yet

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