Socket
Socket
Sign inDemoInstall

stylecow-plugin-flex

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-flex - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

4

package.json
{
"name": "stylecow-plugin-flex",
"description": "Stylecow plugin to add vendor prefixes and create fallback in browsers supporting the old flexbox syntax",
"version": "4.0.2",
"version": "4.1.0",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -17,3 +17,3 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-flex",

"mocha": "^2.2.5",
"stylecow": "6.*"
"stylecow-core": "^1.0.1"
},

@@ -20,0 +20,0 @@ "main": "index.js",

var assert = require('assert');
var stylecow = require('stylecow');
var stylecow = require('stylecow-core');

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

@@ -162,4 +162,4 @@ {

"class": "Declaration",
"name": "box-orient",
"vendor": "webkit",
"name": "flex-flow",
"vendor": "ms",
"children": [

@@ -171,4 +171,9 @@ {

"class": "Keyword",
"name": "vertical",
"name": "column",
"vendor": null
},
{
"class": "Keyword",
"name": "wrap",
"vendor": null
}

@@ -181,3 +186,3 @@ ]

"class": "Declaration",
"name": "box-lines",
"name": "box-orient",
"vendor": "webkit",

@@ -190,3 +195,3 @@ "children": [

"class": "Keyword",
"name": "multiple",
"name": "vertical",
"vendor": null

@@ -200,4 +205,4 @@ }

"class": "Declaration",
"name": "flex-flow",
"vendor": "ms",
"name": "box-lines",
"vendor": "webkit",
"children": [

@@ -209,9 +214,4 @@ {

"class": "Keyword",
"name": "column",
"name": "multiple",
"vendor": null
},
{
"class": "Keyword",
"name": "wrap",
"vendor": null
}

@@ -300,18 +300,2 @@ ]

"class": "Declaration",
"name": "box-flex",
"vendor": "webkit",
"children": [
{
"class": "Value",
"children": [
{
"class": "Number",
"name": 1
}
]
}
]
},
{
"class": "Declaration",
"name": "flex",

@@ -347,2 +331,18 @@ "vendor": "ms",

"class": "Declaration",
"name": "box-flex",
"vendor": "webkit",
"children": [
{
"class": "Value",
"children": [
{
"class": "Number",
"name": 1
}
]
}
]
},
{
"class": "Declaration",
"name": "flex",

@@ -349,0 +349,0 @@ "vendor": "webkit",

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