Socket
Socket
Sign inDemoInstall

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 6.0.2 to 6.0.3

3

es/data.js

@@ -1,2 +0,1 @@

import backgroundClip from 'inline-style-prefixer/lib/plugins/backgroundClip';
import crossFade from 'inline-style-prefixer/lib/plugins/crossFade';

@@ -15,4 +14,4 @@ import gradient from 'inline-style-prefixer/lib/plugins/gradient';

export default {
plugins: [backgroundClip, crossFade, gradient, imageSet, sizing, transition],
plugins: [crossFade, gradient, imageSet, sizing, transition],
prefixMap: { "appearance": wmms, "textEmphasisPosition": wms, "textEmphasis": wms, "textEmphasisStyle": wms, "textEmphasisColor": wms, "boxDecorationBreak": wms, "maskImage": wms, "maskMode": wms, "maskRepeat": wms, "maskPosition": wms, "maskClip": wms, "maskOrigin": wms, "maskSize": wms, "maskComposite": wms, "mask": wms, "maskBorderSource": wms, "maskBorderMode": wms, "maskBorderSlice": wms, "maskBorderWidth": wms, "maskBorderOutset": wms, "maskBorderRepeat": wms, "maskBorder": wms, "maskType": wms, "userSelect": wms, "backdropFilter": w, "clipPath": w, "hyphens": wms, "textOrientation": w, "tabSize": m, "wrapFlow": ms, "wrapThrough": ms, "wrapMargin": ms, "scrollSnapType": ms, "scrollSnapPointsX": ms, "scrollSnapPointsY": ms, "scrollSnapDestination": ms, "scrollSnapCoordinate": ms, "textSizeAdjust": ["ms", "Webkit"], "flowInto": ms, "flowFrom": ms, "breakBefore": ms, "breakAfter": ms, "breakInside": ms, "regionFragment": ms, "fontKerning": w, "textDecorationStyle": w, "textDecorationSkip": w, "textDecorationLine": w, "textDecorationColor": w }
};

@@ -5,12 +5,2 @@ // values are "up-to"

export default {
backgroundClip: {
chrome: maximumVersion,
safari: maximumVersion,
opera: maximumVersion,
and_chr: maximumVersion,
ios_saf: maximumVersion,
edge: maximumVersion,
firefox: maximumVersion,
op_mini: maximumVersion
},
calc: {

@@ -17,0 +7,0 @@ firefox: 15,

@@ -7,6 +7,2 @@ 'use strict';

var _backgroundClip = require('inline-style-prefixer/lib/plugins/backgroundClip');
var _backgroundClip2 = _interopRequireDefault(_backgroundClip);
var _crossFade = require('inline-style-prefixer/lib/plugins/crossFade');

@@ -42,4 +38,4 @@

exports.default = {
plugins: [_backgroundClip2.default, _crossFade2.default, _gradient2.default, _imageSet2.default, _sizing2.default, _transition2.default],
plugins: [_crossFade2.default, _gradient2.default, _imageSet2.default, _sizing2.default, _transition2.default],
prefixMap: { "appearance": wmms, "textEmphasisPosition": wms, "textEmphasis": wms, "textEmphasisStyle": wms, "textEmphasisColor": wms, "boxDecorationBreak": wms, "maskImage": wms, "maskMode": wms, "maskRepeat": wms, "maskPosition": wms, "maskClip": wms, "maskOrigin": wms, "maskSize": wms, "maskComposite": wms, "mask": wms, "maskBorderSource": wms, "maskBorderMode": wms, "maskBorderSlice": wms, "maskBorderWidth": wms, "maskBorderOutset": wms, "maskBorderRepeat": wms, "maskBorder": wms, "maskType": wms, "userSelect": wms, "backdropFilter": w, "clipPath": w, "hyphens": wms, "textOrientation": w, "tabSize": m, "wrapFlow": ms, "wrapThrough": ms, "wrapMargin": ms, "scrollSnapType": ms, "scrollSnapPointsX": ms, "scrollSnapPointsY": ms, "scrollSnapDestination": ms, "scrollSnapCoordinate": ms, "textSizeAdjust": ["ms", "Webkit"], "flowInto": ms, "flowFrom": ms, "breakBefore": ms, "breakAfter": ms, "breakInside": ms, "regionFragment": ms, "fontKerning": w, "textDecorationStyle": w, "textDecorationSkip": w, "textDecorationLine": w, "textDecorationColor": w }
};

@@ -10,12 +10,2 @@ "use strict";

exports.default = {
backgroundClip: {
chrome: maximumVersion,
safari: maximumVersion,
opera: maximumVersion,
and_chr: maximumVersion,
ios_saf: maximumVersion,
edge: maximumVersion,
firefox: maximumVersion,
op_mini: maximumVersion
},
calc: {

@@ -22,0 +12,0 @@ firefox: 15,

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

@@ -5,0 +5,0 @@ "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