Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inferno-component

Package Overview
Dependencies
Maintainers
5
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferno-component - npm Package Compare versions

Comparing version 7.4.5 to 7.4.6

2

dist/inferno-component.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('inferno')) :
typeof define === 'function' && define.amd ? define(['exports', 'inferno'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Inferno = {}, global.Inferno));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Inferno = global.Inferno || {}, global.Inferno));
}(this, (function (exports, inferno) { 'use strict';

@@ -6,0 +6,0 @@

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

!function(e,n){"object"===typeof exports&&"undefined"!==typeof module?n(exports,require("inferno")):"function"===typeof define&&define.amd?define(["exports","inferno"],n):n((e="undefined"!==typeof globalThis?globalThis:e||self).Inferno={},e.Inferno)}(this,(function(e,n){"use strict";var o=n.Component;e.Component=o,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,n){"object"===typeof exports&&"undefined"!==typeof module?n(exports,require("inferno")):"function"===typeof define&&define.amd?define(["exports","inferno"],n):n((e="undefined"!==typeof globalThis?globalThis:e||self).Inferno=e.Inferno||{},e.Inferno)}(this,(function(e,n){"use strict";var o=n.Component;e.Component=o,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "inferno-component",
"version": "7.4.5",
"version": "7.4.6",
"license": "MIT",

@@ -33,5 +33,5 @@ "description": "Inferno ES6 Component",

"dependencies": {
"inferno": "7.4.5"
"inferno": "7.4.6"
},
"gitHead": "bcfcfd8fd786681ab9cb666a7deb39738b34d206"
"gitHead": "695247ea49dbf78ac8299603da2d79b10bf889df"
}
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