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 4.1.1 to 4.2.0

4

package.json
{
"name": "stylecow-plugin-prefixes",
"description": "Stylecow plugin to add vendor prefixes automatically.",
"version": "4.1.1",
"version": "4.2.0",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -18,5 +18,5 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-prefixes",

"mocha": "^2.2.5",
"stylecow": "6.*"
"stylecow-core": "^1.0.1"
},
"license": "MIT"
}
var assert = require('assert');
var stylecow = require('stylecow');
var stylecow = require('stylecow-core');

@@ -4,0 +4,0 @@ stylecow

@@ -294,3 +294,3 @@ {

"name": "tab-size",
"vendor": "o",
"vendor": "moz",
"children": [

@@ -311,3 +311,3 @@ {

"name": "tab-size",
"vendor": "moz",
"vendor": "o",
"children": [

@@ -314,0 +314,0 @@ {

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