Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inferno-vnode-flags

Package Overview
Dependencies
Maintainers
5
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferno-vnode-flags - npm Package Compare versions

Comparing version 8.2.3 to 9.0.0-alpha.1

dist/index.cjs

2

dist/index.d.ts

@@ -29,3 +29,3 @@ export declare const enum VNodeFlags {

export declare const enum ChildFlags {
UnknownChildren = 0,
UnknownChildren = 0,// When zero is passed children will be normalized
HasInvalidChildren = 1,

@@ -32,0 +32,0 @@ HasVNodeChildren = 2,

{
"name": "inferno-vnode-flags",
"version": "8.2.3",
"version": "9.0.0-alpha.1",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./index.cjs"
}
},
"description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode",

@@ -40,5 +47,4 @@ "author": {

],
"main": "index.js",
"module": "dist/index.esm.js",
"dev:module": "dist/index.dev.esm.js",
"module": "dist/index.mjs",
"dev:module": "dist/index.dev.mjs",
"typings": "dist/index.d.ts",

@@ -50,3 +56,3 @@ "repository": {

},
"gitHead": "6a482641d2405c46a1c9374d889312d98ca9a4a5"
"gitHead": "902106d6b6abf20cd7fd6353bb9bd30dd5a7af4a"
}
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