New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inferno-shared

Package Overview
Dependencies
Maintainers
5
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferno-shared - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

2

dist/inferno-shared.min.js

@@ -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=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})}));
{
"name": "inferno-shared",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",

@@ -31,3 +31,3 @@ "description": "Helpers functions for Inferno",

},
"gitHead": "520273383d027e7aa0bf45aaeec45be1b28153b7"
"gitHead": "deccbe52e60eeaa070db580c6e84f7e225e25811"
}
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