fela-plugin-fallback-value
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -1,1 +0,1 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.FelaPluginFallbackValue=e()}(this,function(){"use strict";function t(t,e){return e={exports:{}},t(e,e.exports),e.exports}function e(t){return Object.keys(t).forEach(function(o){var n=t[o];Array.isArray(n)?t[o]=n.join(";"+r(o)+":"):n instanceof Object&&(t[o]=e(n))}),t}var o={};o["typeof"]="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},o["extends"]=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var o=arguments[e];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])}return t};var n=t(function(t){function e(t){return t.replace(o,"-$&").toLowerCase().replace(n,"-ms-")}var o=/[A-Z]/g,n=/^ms-/;t.exports=e}),r=n&&"object"==typeof n&&"default"in n?n["default"]:n,f=function(){return e};return f}); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.FelaPluginFallbackValue=e()}(this,function(){"use strict";function t(t,e){return e={exports:{}},t(e,e.exports),e.exports}function e(t){return Object.keys(t).forEach(function(o){var n=t[o];Array.isArray(n)?t[o]=n.join(";"+r(o)+":"):n instanceof Object&&(t[o]=e(n))}),t}var o={};o.typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},o.extends=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var o=arguments[e];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])}return t};var n=t(function(t){function e(t){return t.replace(o,"-$&").toLowerCase().replace(n,"-ms-")}var o=/[A-Z]/g,n=/^ms-/;t.exports=e}),r=n&&"object"==typeof n&&"default"in n?n.default:n,f=function(){return e};return f}); |
{ | ||
"name": "fela-plugin-fallback-value", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Fela plugin to resolve fallback values", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"license": "MIT", | ||
"peerDependecies": { | ||
"fela": "1.0.2" | ||
"peerDependencies": { | ||
"fela": "1.1.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # fela-plugin-fallback-value | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-fallback-value.svg"> | ||
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.56kb-brightgreen.svg"> | ||
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.51kb-brightgreen.svg"> | ||
@@ -20,5 +20,5 @@ Sometimes you want to provide alternative values also know as *fallback values*. <br> | ||
<!-- Fela (Development): Unminified version including all warnings --> | ||
<script src="https://npmcdn.com/fela-plugin-fallback-value@1.0.2/dist/fela-plugin-fallback-value.js"></script> | ||
<script src="https://npmcdn.com/fela-plugin-fallback-value@1.1.0/dist/fela-plugin-fallback-value.js"></script> | ||
<!-- Fela (Production): Minified version --> | ||
<script src="https://npmcdn.com/fela-plugin-fallback-value@1.0.2/dist/fela-plugin-fallback-value.min.js"></script> | ||
<script src="https://npmcdn.com/fela-plugin-fallback-value@1.1.0/dist/fela-plugin-fallback-value.min.js"></script> | ||
``` | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8109
1