inferno-shared
Advanced tools
Comparing version 7.4.2 to 7.4.3
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.Inferno = global.Inferno || {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Inferno = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
!function(n,r){"object"===typeof exports&&"undefined"!==typeof module?r(exports):"function"===typeof define&&define.amd?define(["exports"],r):r((n=n||self).Inferno=n.Inferno||{})}(this,(function(n){"use strict";var r="a runtime error occured! Use Inferno in development environment to find the error.",e=Array.isArray;n.ERROR_MSG=r,n.combineFrom=function(n,r){var e={};if(n)for(var o in n)e[o]=n[o];if(r)for(var i in r)e[i]=r[i];return e},n.isArray=e,n.isFunction=function(n){return"function"===typeof n},n.isInvalid=function(n){return null===n||!1===n||!0===n||void 0===n},n.isNull=function(n){return null===n},n.isNullOrUndef=function(n){return void 0===n||null===n},n.isNumber=function(n){return"number"===typeof n},n.isString=function(n){return"string"===typeof n},n.isStringOrNumber=function(n){var r=typeof n;return"string"===r||"number"===r},n.isUndefined=function(n){return void 0===n},n.throwError=function(n){throw n||(n=r),new Error("Inferno Error: "+n)},n.warning=function(n){console.error(n)},Object.defineProperty(n,"__esModule",{value:!0})})); | ||
!function(n,r){"object"===typeof exports&&"undefined"!==typeof module?r(exports):"function"===typeof define&&define.amd?define(["exports"],r):r((n="undefined"!==typeof globalThis?globalThis:n||self).Inferno={})}(this,(function(n){"use strict";var r="a runtime error occured! Use Inferno in development environment to find the error.",e=Array.isArray;n.ERROR_MSG=r,n.combineFrom=function(n,r){var e={};if(n)for(var o in n)e[o]=n[o];if(r)for(var i in r)e[i]=r[i];return e},n.isArray=e,n.isFunction=function(n){return"function"===typeof n},n.isInvalid=function(n){return null===n||!1===n||!0===n||void 0===n},n.isNull=function(n){return null===n},n.isNullOrUndef=function(n){return void 0===n||null===n},n.isNumber=function(n){return"number"===typeof n},n.isString=function(n){return"string"===typeof n},n.isStringOrNumber=function(n){var r=typeof n;return"string"===r||"number"===r},n.isUndefined=function(n){return void 0===n},n.throwError=function(n){throw n||(n=r),new Error("Inferno Error: "+n)},n.warning=function(n){console.error(n)},Object.defineProperty(n,"__esModule",{value:!0})})); |
{ | ||
"name": "inferno-shared", | ||
"version": "7.4.2", | ||
"version": "7.4.3", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Helpers functions for Inferno", | ||
}, | ||
"gitHead": "c295c9ddc1e5ff1fbf4a5d2ea1e0beab16b02023" | ||
"gitHead": "5656a82ca9945ed5472724a8cde2857b27542927" | ||
} |
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
12941
321