Socket
Socket
Sign inDemoInstall

react-prefixer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-prefixer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

36

CHANGELOG.md
# react-prefixer CHANGELOG
#### 2.0.0
## 2.0.1
* Fix support check for properties (thanks [@pinturic](https://github.com/pinturic))
## 2.0.0
* Rewrite with modern coding standards

@@ -8,28 +13,37 @@ * Support server-side rendering

#### 1.1.4
## 1.1.4
* Fix camelCase bug
#### 1.1.3
## 1.1.3
* Enhance supports checker
#### 1.1.2
## 1.1.2
* README updates
#### 1.1.1
## 1.1.1
* Fix import of animatable values
#### 1.1.0
## 1.1.0
* Support all animatable properties when used as values in `transition`
#### 1.0.5
## 1.0.5
* Add checker to verify input is an object before running
#### 1.0.4
## 1.0.4
* Have property / value checker a reusable method
* Enhance list of prefixed properties
#### 1.0.1 - 1.0.3
## 1.0.1 - 1.0.3
* README fixes
#### 1.0.0 - 1.0.3
* Initial release
## 1.0.0 - 1.0.3
* Initial release

@@ -55,3 +55,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -112,3 +112,3 @@ 'use strict';

if (_constants.CSS_PROPERTIES.indexOf(key) !== -1 && !(0, _supports2.default)(toKebabCase(key))) {
if (_constants.CSS_PROPERTIES.indexOf(key) !== -1 && !(0, _supports2.default)(toKebabCase(key), value)) {
key = '' + _prefix2.default.js + key.charAt(0).toUpperCase() + key.slice(1);

@@ -145,5 +145,5 @@ }

/***/ },
/***/ }),
/* 1 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -214,5 +214,5 @@ var baseGetTag = __webpack_require__(2),

/***/ },
/***/ }),
/* 2 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -243,5 +243,5 @@ /** Used for built-in method references. */

/***/ },
/***/ }),
/* 3 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -256,5 +256,5 @@ var overArg = __webpack_require__(4);

/***/ },
/***/ }),
/* 4 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -278,5 +278,5 @@ /**

/***/ },
/***/ }),
/* 5 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -314,5 +314,5 @@ /**

/***/ },
/***/ }),
/* 6 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

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

/***/ },
/***/ }),
/* 7 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

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

/***/ },
/***/ }),
/* 8 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -446,5 +446,5 @@ var capitalize = __webpack_require__(9),

/***/ },
/***/ }),
/* 9 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -476,5 +476,5 @@ var toString = __webpack_require__(10),

/***/ },
/***/ }),
/* 10 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -504,5 +504,5 @@ /**

/***/ },
/***/ }),
/* 11 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -533,5 +533,5 @@ var createCaseFirst = __webpack_require__(12);

/***/ },
/***/ }),
/* 12 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -573,5 +573,5 @@ var castSlice = __webpack_require__(13),

/***/ },
/***/ }),
/* 13 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -598,5 +598,5 @@ var baseSlice = __webpack_require__(14);

/***/ },
/***/ }),
/* 14 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -636,5 +636,5 @@ /**

/***/ },
/***/ }),
/* 15 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -661,5 +661,5 @@ /**

/***/ },
/***/ }),
/* 16 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -686,5 +686,5 @@ var asciiToArray = __webpack_require__(17),

/***/ },
/***/ }),
/* 17 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -705,5 +705,5 @@ /**

/***/ },
/***/ }),
/* 18 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -724,5 +724,5 @@ /**

/***/ },
/***/ }),
/* 19 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -755,5 +755,5 @@ var arrayReduce = __webpack_require__(20),

/***/ },
/***/ }),
/* 20 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -788,5 +788,5 @@ /**

/***/ },
/***/ }),
/* 21 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -816,5 +816,5 @@ /**

/***/ },
/***/ }),
/* 22 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -858,5 +858,5 @@ var asciiWords = __webpack_require__(23),

/***/ },
/***/ }),
/* 23 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -880,5 +880,5 @@ /** Used to match words composed of alphanumeric characters. */

/***/ },
/***/ }),
/* 24 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -905,5 +905,5 @@ /**

/***/ },
/***/ }),
/* 25 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -927,5 +927,5 @@ /** Used to match words composed of alphanumeric characters. */

/***/ },
/***/ }),
/* 26 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

@@ -944,3 +944,3 @@ 'use strict';

/***/ }
/***/ })
/******/ ])

@@ -947,0 +947,0 @@ });

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

!(function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports["react-prefixer"]=e():t["react-prefixer"]=e()})(this,(function(){return (function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)})(function(t){for(var e in t)if(Object.prototype.hasOwnProperty.call(t,e))switch(typeof t[e]){case"function":break;case"object":t[e]=(function(e){var n=e.slice(1),r=t[e[0]];return function(t,e,o){r.apply(this,[t,e,o].concat(n))}})(t[e]);break;default:t[e]=t[t[e]]}return t}([function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0});var i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},a=n(1),u=r(a),c=n(6),l=r(c),s=n(7),f=r(s),p=n(26),d=function(t){return t.replace(/([A-Z])/g,(function(t){return"-"+t.toLowerCase()}))},m=function t(e){if(!(0,u.default)(e))return e;var n=void 0;return Object.keys(e).reduce((function(r,a){var c=a;if(n=e[c],(0,u.default)(n))return i({},r,o({},c,t(n)));if(p.CSS_PROPERTIES.indexOf(c)===-1||(0,f.default)(d(c))||(c=""+l.default.js+c.charAt(0).toUpperCase()+c.slice(1)),"display"===a&&"flex"===e[a]&&!(0,f.default)("display","flex"))return i({},r,o({},c,"ms"===l.default.js?"-ms-flexbox":l.default.css+"flex"));if("transition"===a){var s=p.ANIMATABLE_VALUES.reduce((function(t,n){var r=d(n),u=new RegExp(r,"g");if(u.test(e[a])&&!(0,f.default)(r)){var s=e[a].replace(u,""+l.default.css+r);return i({},t,o({},c,s))}return t}),{});return i({},r,s)}return i({},r,o({},c,n))}),{})};e.default=m,t.exports=e.default},function(t,e,n){function r(t){if(!a(t)||o(t)!=u)return!1;var e=i(t);if(null===e)return!0;var n=f.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==p}var o=n(2),i=n(3),a=n(5),u="[object Object]",c=Function.prototype,l=Object.prototype,s=c.toString,f=l.hasOwnProperty,p=s.call(Object);t.exports=r},function(t,e){function n(t){return o.call(t)}var r=Object.prototype,o=r.toString;t.exports=n},function(t,e,n){var r=n(4),o=r(Object.getPrototypeOf,Object);t.exports=o},function(t,e){function n(t,e){return function(n){return t(e(n))}}t.exports=n},function(t,e){function n(t){return null!=t&&"object"==typeof t}t.exports=n},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r={css:"",js:""};if("undefined"!=typeof window){var o=window.getComputedStyle(document.documentElement),i=Array.prototype.slice.call(o).join(""),a=i.match(/-(moz|webkit|ms)-/),u=i.match(""===o.OLink&&["","o"]),c=a||u,l=c?c[1]:"";r={css:"-"+l+"-",js:l},"ms"!==r.js&&(r=n({},r,{js:""+r.js.charAt(0).toUpperCase()+r.js.slice(1)}))}e.default=r,t.exports=e.default},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(8),i=r(o),a=function(t,e){if("CSS"in window&&"supports"in window.CSS)return window.CSS.supports(t,e);if("supportsCSS"in window)return window.supportsCSS(t,e);var n=(0,i.default)(t),r=document.createElement("div"),o=n in r.style;return r.style.cssText=t+":"+e,o&&""!==r.style[n]};e.default=a,t.exports=e.default},function(t,e,n){var r=n(9),o=n(19),i=o((function(t,e,n){return e=e.toLowerCase(),t+(n?r(e):e)}));t.exports=i},function(t,e,n){function r(t){return i(o(t).toLowerCase())}var o=n(10),i=n(11);t.exports=r},function(t,e){function n(t){return t}t.exports=n},function(t,e,n){var r=n(12),o=r("toUpperCase");t.exports=o},function(t,e,n){function r(t){return function(e){e=u(e);var n=i(e)?a(e):void 0,r=n?n[0]:e.charAt(0),c=n?o(n,1).join(""):e.slice(1);return r[t]()+c}}var o=n(13),i=n(15),a=n(16),u=n(10);t.exports=r},function(t,e,n){function r(t,e,n){var r=t.length;return n=void 0===n?r:n,!e&&n>=r?t:o(t,e,n)}var o=n(14);t.exports=r},function(t,e){function n(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),n=n>o?o:n,n<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}t.exports=n},function(t,e){function n(){return!1}t.exports=n},function(t,e,n){function r(t){return i(t)?a(t):o(t)}var o=n(17),i=n(15),a=n(18);t.exports=r},function(t,e){function n(t){return t.split("")}t.exports=n},17,function(t,e,n){function r(t){return function(e){return o(a(i(e).replace(c,"")),t,"")}}var o=n(20),i=n(21),a=n(22),u="['’]",c=RegExp(u,"g");t.exports=r},function(t,e){function n(t,e,n,r){var o=-1,i=null==t?0:t.length;for(r&&i&&(n=t[++o]);++o<i;)n=e(n,t[o],o,t);return n}t.exports=n},10,function(t,e,n){function r(t,e,n){return t=a(t),e=n?void 0:e,void 0===e?i(t)?u(t):o(t):t.match(e)||[]}var o=n(23),i=n(24),a=n(10),u=n(25);t.exports=r},function(t,e){function n(t){return t.match(r)||[]}var r=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;t.exports=n},15,23,function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=["columnCount","columnGap","columnRule","columnRuleColor","columnRuleWidth","columns","flex","flexBasis","flexGrow","flexShrink","order","perspective","perspectiveOrigin","perspectiveOriginX","perspectiveOriginY","scrollSnapCoordinate","scrollSnapDirection","textDecoration","textDecorationColor","transform","transformOrigin","transformOriginX","transformOriginY","transformOriginZ","transformStyle"],r=["alignContent","alignItems","alignSelf","animation","animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction","appearance","aspectRatio","backfaceVisibility","backgroundClip","borderImage","borderImageSlice","boxShadow","columnCount","columnFill","columnGap","columnRule","columnRuleColor","columnRuleStyle","columnRuleWidth","columnSpan","columnWidth","columns","flex","flexBasis","flexDirection","flexFlow","flexGrow","flexShrink","flexWrap","fontFeatureSettings","fontKearning","fontVariantLigatures","justifyContent","grid","gridArea","gridAutoColumns","gridAutoFlow","gridAutoRows","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","gridTemplate","gridTemplateAreas","gridTemplateColumns","gridTemplateRows","hyphens","lineBreak","perspective","perspectiveOrigin","perspectiveOriginX","perspectiveOriginY","rubyPosition","scrollSnapCoordinate","scrollSnapDestination","scrollSnapPoints","scrollSnapPointsX","scrollSnapPointsY","scrollSnapType","tabSize","textDecoration","textDecorationColor","textDecorationLine","textDecorationStyle","textOrientation","textSizeAdjust","transform","transition","transformOrigin","transformOriginX","transformOriginY","transformOriginZ","transformStyle","transitionProperty","transitionDuration","transitionTimingFunction","transitionDelay","userModify","userSelect"];e.ANIMATABLE_VALUES=n,e.CSS_PROPERTIES=r}]))}));
!(function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports["react-prefixer"]=e():t["react-prefixer"]=e()})(this,(function(){return (function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)})(function(t){for(var e in t)if(Object.prototype.hasOwnProperty.call(t,e))switch(typeof t[e]){case"function":break;case"object":t[e]=(function(e){var n=e.slice(1),r=t[e[0]];return function(t,e,o){r.apply(this,[t,e,o].concat(n))}})(t[e]);break;default:t[e]=t[t[e]]}return t}([(function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0});var i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},a=n(1),u=r(a),c=n(6),l=r(c),s=n(7),f=r(s),p=n(26),d=function(t){return t.replace(/([A-Z])/g,(function(t){return"-"+t.toLowerCase()}))},m=function t(e){if(!(0,u.default)(e))return e;var n=void 0;return Object.keys(e).reduce((function(r,a){var c=a;if(n=e[c],(0,u.default)(n))return i({},r,o({},c,t(n)));if(p.CSS_PROPERTIES.indexOf(c)===-1||(0,f.default)(d(c),n)||(c=""+l.default.js+c.charAt(0).toUpperCase()+c.slice(1)),"display"===a&&"flex"===e[a]&&!(0,f.default)("display","flex"))return i({},r,o({},c,"ms"===l.default.js?"-ms-flexbox":l.default.css+"flex"));if("transition"===a){var s=p.ANIMATABLE_VALUES.reduce((function(t,n){var r=d(n),u=new RegExp(r,"g");if(u.test(e[a])&&!(0,f.default)(r)){var s=e[a].replace(u,""+l.default.css+r);return i({},t,o({},c,s))}return t}),{});return i({},r,s)}return i({},r,o({},c,n))}),{})};e.default=m,t.exports=e.default}),(function(t,e,n){function r(t){if(!a(t)||o(t)!=u)return!1;var e=i(t);if(null===e)return!0;var n=f.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==p}var o=n(2),i=n(3),a=n(5),u="[object Object]",c=Function.prototype,l=Object.prototype,s=c.toString,f=l.hasOwnProperty,p=s.call(Object);t.exports=r}),(function(t,e){function n(t){return o.call(t)}var r=Object.prototype,o=r.toString;t.exports=n}),(function(t,e,n){var r=n(4),o=r(Object.getPrototypeOf,Object);t.exports=o}),(function(t,e){function n(t,e){return function(n){return t(e(n))}}t.exports=n}),(function(t,e){function n(t){return null!=t&&"object"==typeof t}t.exports=n}),(function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r={css:"",js:""};if("undefined"!=typeof window){var o=window.getComputedStyle(document.documentElement),i=Array.prototype.slice.call(o).join(""),a=i.match(/-(moz|webkit|ms)-/),u=i.match(""===o.OLink&&["","o"]),c=a||u,l=c?c[1]:"";r={css:"-"+l+"-",js:l},"ms"!==r.js&&(r=n({},r,{js:""+r.js.charAt(0).toUpperCase()+r.js.slice(1)}))}e.default=r,t.exports=e.default}),(function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(8),i=r(o),a=function(t,e){if("CSS"in window&&"supports"in window.CSS)return window.CSS.supports(t,e);if("supportsCSS"in window)return window.supportsCSS(t,e);var n=(0,i.default)(t),r=document.createElement("div"),o=n in r.style;return r.style.cssText=t+":"+e,o&&""!==r.style[n]};e.default=a,t.exports=e.default}),(function(t,e,n){var r=n(9),o=n(19),i=o((function(t,e,n){return e=e.toLowerCase(),t+(n?r(e):e)}));t.exports=i}),(function(t,e,n){function r(t){return i(o(t).toLowerCase())}var o=n(10),i=n(11);t.exports=r}),(function(t,e){function n(t){return t}t.exports=n}),(function(t,e,n){var r=n(12),o=r("toUpperCase");t.exports=o}),(function(t,e,n){function r(t){return function(e){e=u(e);var n=i(e)?a(e):void 0,r=n?n[0]:e.charAt(0),c=n?o(n,1).join(""):e.slice(1);return r[t]()+c}}var o=n(13),i=n(15),a=n(16),u=n(10);t.exports=r}),(function(t,e,n){function r(t,e,n){var r=t.length;return n=void 0===n?r:n,!e&&n>=r?t:o(t,e,n)}var o=n(14);t.exports=r}),(function(t,e){function n(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),n=n>o?o:n,n<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}t.exports=n}),(function(t,e){function n(){return!1}t.exports=n}),(function(t,e,n){function r(t){return i(t)?a(t):o(t)}var o=n(17),i=n(15),a=n(18);t.exports=r}),(function(t,e){function n(t){return t.split("")}t.exports=n}),17,(function(t,e,n){function r(t){return function(e){return o(a(i(e).replace(c,"")),t,"")}}var o=n(20),i=n(21),a=n(22),u="['’]",c=RegExp(u,"g");t.exports=r}),(function(t,e){function n(t,e,n,r){var o=-1,i=null==t?0:t.length;for(r&&i&&(n=t[++o]);++o<i;)n=e(n,t[o],o,t);return n}t.exports=n}),10,(function(t,e,n){function r(t,e,n){return t=a(t),e=n?void 0:e,void 0===e?i(t)?u(t):o(t):t.match(e)||[]}var o=n(23),i=n(24),a=n(10),u=n(25);t.exports=r}),(function(t,e){function n(t){return t.match(r)||[]}var r=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;t.exports=n}),15,23,(function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=["columnCount","columnGap","columnRule","columnRuleColor","columnRuleWidth","columns","flex","flexBasis","flexGrow","flexShrink","order","perspective","perspectiveOrigin","perspectiveOriginX","perspectiveOriginY","scrollSnapCoordinate","scrollSnapDirection","textDecoration","textDecorationColor","transform","transformOrigin","transformOriginX","transformOriginY","transformOriginZ","transformStyle"],r=["alignContent","alignItems","alignSelf","animation","animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction","appearance","aspectRatio","backfaceVisibility","backgroundClip","borderImage","borderImageSlice","boxShadow","columnCount","columnFill","columnGap","columnRule","columnRuleColor","columnRuleStyle","columnRuleWidth","columnSpan","columnWidth","columns","flex","flexBasis","flexDirection","flexFlow","flexGrow","flexShrink","flexWrap","fontFeatureSettings","fontKearning","fontVariantLigatures","justifyContent","grid","gridArea","gridAutoColumns","gridAutoFlow","gridAutoRows","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","gridTemplate","gridTemplateAreas","gridTemplateColumns","gridTemplateRows","hyphens","lineBreak","perspective","perspectiveOrigin","perspectiveOriginX","perspectiveOriginY","rubyPosition","scrollSnapCoordinate","scrollSnapDestination","scrollSnapPoints","scrollSnapPointsX","scrollSnapPointsY","scrollSnapType","tabSize","textDecoration","textDecorationColor","textDecorationLine","textDecorationStyle","textOrientation","textSizeAdjust","transform","transition","transformOrigin","transformOriginX","transformOriginY","transformOriginZ","transformStyle","transitionProperty","transitionDuration","transitionTimingFunction","transitionDelay","userModify","userSelect"];e.ANIMATABLE_VALUES=n,e.CSS_PROPERTIES=r})]))}));

@@ -55,3 +55,3 @@ 'use strict';

if (_constants.CSS_PROPERTIES.indexOf(key) !== -1 && !(0, _supports2.default)(toKebabCase(key))) {
if (_constants.CSS_PROPERTIES.indexOf(key) !== -1 && !(0, _supports2.default)(toKebabCase(key), value)) {
key = '' + _prefix2.default.js + key.charAt(0).toUpperCase() + key.slice(1);

@@ -58,0 +58,0 @@ }

@@ -90,3 +90,3 @@ {

},
"version": "2.0.0"
"version": "2.0.1"
}

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