inferno-component
Advanced tools
Comparing version 5.6.2 to 5.6.3
@@ -1,6 +0,5 @@ | ||
import { Component } from 'inferno'; | ||
import { Component as Component$1 } from 'inferno'; | ||
var Component$1 = Component; | ||
var Component = Component$1; | ||
export default Component$1; | ||
export { Component$1 as Component }; | ||
export { Component, Component as default }; |
@@ -1,6 +0,5 @@ | ||
import { Component } from 'inferno'; | ||
import { Component as Component$1 } from 'inferno'; | ||
var Component$1 = Component; | ||
var Component = Component$1; | ||
export default Component$1; | ||
export { Component$1 as Component }; | ||
export { Component, Component as default }; |
@@ -1,6 +0,5 @@ | ||
import { Component } from 'inferno'; | ||
import { Component as Component$1 } from 'inferno'; | ||
const Component$1 = Component; | ||
const Component = Component$1; | ||
export default Component$1; | ||
export { Component$1 as Component }; | ||
export { Component, Component as default }; |
(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 = typeof globalThis !== 'undefined' ? globalThis : 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";n=n.Component,e.Component=n,e.default=n,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": "5.6.2", | ||
"version": "5.6.3", | ||
"license": "MIT", | ||
@@ -27,5 +27,5 @@ "description": "Inferno ES6 Component", | ||
"dependencies": { | ||
"inferno": "5.6.2" | ||
"inferno": "5.6.3" | ||
}, | ||
"gitHead": "27d6efd30f5f578770527926c1d9421b06ea3eec" | ||
"gitHead": "27d21a45676f357dda8a30b5104c92e6d29c5656" | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4603
63
+ Addedinferno@5.6.3(transitive)
+ Addedinferno-shared@5.6.3(transitive)
+ Addedinferno-vnode-flags@5.6.3(transitive)
- Removedinferno@5.6.2(transitive)
- Removedinferno-shared@5.6.1(transitive)
- Removedinferno-vnode-flags@5.6.1(transitive)
Updatedinferno@5.6.3