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.0.4 to 7.0.5

6

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) :
(factory((global.Inferno = global.Inferno || {}),global.Inferno));
}(this, (function (exports,inferno) { 'use strict';
(global = global || self, factory(global.Inferno = global.Inferno || {}, global.Inferno));
}(this, function (exports, inferno) { 'use strict';

@@ -14,2 +14,2 @@ var Component = inferno.Component;

})));
}));

@@ -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.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})});
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("inferno")):"function"==typeof define&&define.amd?define(["exports","inferno"],n):n((e=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.0.4",
"version": "7.0.5",
"license": "MIT",

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

"dependencies": {
"inferno": "7.0.4"
"inferno": "7.0.5"
},
"gitHead": "b6c16c569d0036c726dd7c394eccbfb8305c142d"
"gitHead": "d022ccbcf384f4a440a4318238c8c6ec4396eec4"
}
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