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

inline-style-prefixer

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-style-prefixer - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

### 5.0.3
* fix generator output path for plugins ( [#167](https://github.com/rofrischmann/inline-style-prefixer/pull/167) )
### 5.0.2

@@ -7,0 +10,0 @@ * expanding flexbox shorthands for IE10 ( [#166](https://github.com/rofrischmann/inline-style-prefixer/issues/166) )

4

es/generator/index.js

@@ -8,5 +8,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

if (compatibility) {
return 'var ' + plugin + ' = require(\'inline-style-prefixer/plugins/' + plugin + '\')';
return 'var ' + plugin + ' = require(\'inline-style-prefixer/lib/plugins/' + plugin + '\')';
}
return 'import ' + plugin + ' from \'inline-style-prefixer/plugins/' + plugin + '\'';
return 'import ' + plugin + ' from \'inline-style-prefixer/lib/plugins/' + plugin + '\'';
}

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

@@ -23,5 +23,5 @@ 'use strict';

if (compatibility) {
return 'var ' + plugin + ' = require(\'inline-style-prefixer/plugins/' + plugin + '\')';
return 'var ' + plugin + ' = require(\'inline-style-prefixer/lib/plugins/' + plugin + '\')';
}
return 'import ' + plugin + ' from \'inline-style-prefixer/plugins/' + plugin + '\'';
return 'import ' + plugin + ' from \'inline-style-prefixer/lib/plugins/' + plugin + '\'';
}

@@ -28,0 +28,0 @@

{
"name": "inline-style-prefixer",
"version": "5.0.2",
"version": "5.0.3",
"description": "Run-time Autoprefixer for JavaScript style objects",

@@ -80,2 +80,2 @@ "module": "es/index.js",

}
}
}
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