inferno-vnode-flags
Advanced tools
Comparing version 1.4.0 to 1.4.1
/*! | ||
* inferno-vnode-flags v1.4.0 | ||
* Inferno.VNodeFlags v1.4.0 | ||
* (c) 2017 Dominic Gannaway' | ||
@@ -11,3 +11,3 @@ * Released under the MIT License. | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global['inferno-vnode-flags'] = factory()); | ||
(global.Inferno = global.Inferno || {}, global.Inferno.VNodeFlags = factory()); | ||
}(this, (function () { 'use strict'; | ||
@@ -14,0 +14,0 @@ |
@@ -1,1 +0,1 @@ | ||
!(function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e["inferno-vnode-flags"]=n()})(this,(function(){"use strict";var e;return (function(e){e[e.Text=1]="Text",e[e.HtmlElement=2]="HtmlElement",e[e.ComponentClass=4]="ComponentClass",e[e.ComponentFunction=8]="ComponentFunction",e[e.ComponentUnknown=16]="ComponentUnknown",e[e.HasKeyedChildren=32]="HasKeyedChildren",e[e.HasNonKeyedChildren=64]="HasNonKeyedChildren",e[e.SvgElement=128]="SvgElement",e[e.MediaElement=256]="MediaElement",e[e.InputElement=512]="InputElement",e[e.TextareaElement=1024]="TextareaElement",e[e.SelectElement=2048]="SelectElement",e[e.Void=4096]="Void",e[e.Element=3970]="Element",e[e.Component=28]="Component"})(e||(e={})),e})); | ||
!(function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e.Inferno=e.Inferno||{},e.Inferno.VNodeFlags=n())})(this,(function(){"use strict";var e;return (function(e){e[e.Text=1]="Text",e[e.HtmlElement=2]="HtmlElement",e[e.ComponentClass=4]="ComponentClass",e[e.ComponentFunction=8]="ComponentFunction",e[e.ComponentUnknown=16]="ComponentUnknown",e[e.HasKeyedChildren=32]="HasKeyedChildren",e[e.HasNonKeyedChildren=64]="HasNonKeyedChildren",e[e.SvgElement=128]="SvgElement",e[e.MediaElement=256]="MediaElement",e[e.InputElement=512]="InputElement",e[e.TextareaElement=1024]="TextareaElement",e[e.SelectElement=2048]="SelectElement",e[e.Void=4096]="Void",e[e.Element=3970]="Element",e[e.Component=28]="Component"})(e||(e={})),e})); |
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -32,8 +32,8 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", | ||
"rollup": { | ||
"moduleGlobal": "Inferno.VNodeFlags" | ||
"moduleName": "Inferno.VNodeFlags" | ||
}, | ||
"main": "dist/inferno-vnode-flags.node.js", | ||
"main": "index.js", | ||
"inferno:main": "dist-es/index.js", | ||
"typings": "dist-es/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"repository": "https://github.com/infernojs/inferno" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8066
10
131
1