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

.travis.yml

37

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.1",
"author": "Oscar Otero <oom@oscarotero.com>",
"homepage": "https://github.com/stylecow/stylecow-plugin-flex",
"bugs": "https://github.com/stylecow/stylecow-plugin-flex/issues",
"repository": {
"type": "git",
"url": "https://github.com/stylecow/stylecow-plugin-flex.git"
},
"scripts": {
"test": "mocha tests/cases.js"
},
"devDependencies": {
"stylecow": "6.*"
},
"main": "index.js",
"license": "MIT"
"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",
"author": "Oscar Otero <oom@oscarotero.com>",
"homepage": "https://github.com/stylecow/stylecow-plugin-flex",
"bugs": "https://github.com/stylecow/stylecow-plugin-flex/issues",
"repository": {
"type": "git",
"url": "https://github.com/stylecow/stylecow-plugin-flex.git"
},
"scripts": {
"test": "mocha tests/cases.js"
},
"devDependencies": {
"mocha": "^2.2.5",
"stylecow": "6.*"
},
"main": "index.js",
"license": "MIT"
}
stylecow plugin flex
====================
[![Build Status](https://travis-ci.org/stylecow/stylecow-plugin-flex.svg)](https://travis-ci.org/stylecow/stylecow-plugin-flex)
Stylecow plugin to add vendor prefixes and create fallback with the old flexbox syntax in explorer 10 and webkit

@@ -55,1 +57,3 @@

```
More demos in [the tests folder](https://github.com/stylecow/stylecow-plugin-flex/tree/master/tests/cases)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -331,18 +347,2 @@ "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

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