inferno-component
Advanced tools
Comparing version 7.0.4 to 7.0.5
(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" | ||
} |
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
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
4522
+ Addedinferno@7.0.5(transitive)
+ Addedinferno-shared@7.0.5(transitive)
+ Addedinferno-vnode-flags@7.0.5(transitive)
- Removedinferno@7.0.4(transitive)
- Removedinferno-shared@7.0.4(transitive)
- Removedinferno-vnode-flags@7.0.4(transitive)
Updatedinferno@7.0.5