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.10 to 8.0.0-alpha.0

2

dist/index.cjs.js

@@ -10,2 +10,2 @@ 'use strict';

exports.Component = Component;
exports.default = Component;
exports["default"] = Component;

@@ -5,3 +5,2 @@ import { Component as Component$1 } from 'inferno';

export default Component;
export { Component };
export { Component, Component as default };

@@ -5,3 +5,2 @@ import { Component as Component$1 } from 'inferno';

export default Component;
export { Component };
export { Component, Component as default };

@@ -5,3 +5,2 @@ import { Component as Component$1 } from 'inferno';

export default Component;
export { Component };
export { Component, Component as default };

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Inferno = global.Inferno || {}, global.Inferno));
}(this, (function (exports, inferno) { 'use strict';
})(this, (function (exports, inferno) { 'use strict';

@@ -11,6 +11,6 @@ var Component = inferno.Component;

exports.Component = Component;
exports.default = Component;
exports["default"] = Component;
Object.defineProperty(exports, '__esModule', { value: true });
})));
}));
{
"name": "inferno-component",
"version": "7.4.10",
"version": "8.0.0-alpha.0",
"license": "MIT",

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

"dependencies": {
"inferno": "7.4.10"
"inferno": "8.0.0-alpha.0"
},
"gitHead": "50ee5642a8adb5f95432da69e51466eab9b11de0"
"gitHead": "7df70a812d233af097acffcc336ebe9a84dfd831"
}
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