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.2 to 6.0.3

tests/cases/line-clamp/ast.json

1

caniuse.js

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

'css-image-set',
'css-line-clamp',
'css-logical-props',

@@ -29,0 +30,0 @@ 'css-masks',

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

caniuse.forEachVendor('css-image-set', addDeclarationChildVendor, ['background', 'background-image'], 'Function', 'image-set');
caniuse.forEachVendor('css-line-clamp', addDeclarationVendor, 'line-clamp');
caniuse.forEachVendor('css-logical-props', addDeclarationVendor, [

@@ -88,0 +89,0 @@ 'block-size',

11

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

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

"devDependencies": {
"mocha": "^2.3.4",
"stylecow-core": "^2.2.2"
"mocha": "^2.4.5",
"stylecow-core": "^2.3.0"
},
"peerDependencies": {
"stylecow-core": "^2.3.0"
},
"license": "MIT",
"dependencies": {
"caniuse-db": "^1.0.30000391"
"caniuse-db": "^1.0.30000436"
}
}

@@ -6,7 +6,9 @@ //Check the caniuse database to discover new css features

var notImplemented = [
'css-canvas',
'css-canvas', //non standard
'css-media-resolution', //implemented in stylecow-plugin-fixes
'css-reflections',
'font-smooth',
'text-stroke',
'css-reflections', //non standard
'css-matches-pseudo', //fallback in stylecow-plugin-matches
'font-smooth', //non standard
'css-scrollbar', //non standard
'text-stroke', //non standard
];

@@ -13,0 +15,0 @@

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