New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inferno-vnode-flags

Package Overview
Dependencies
Maintainers
5
Versions
228
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 4.0.3 to 4.0.4

3

dist/index.cjs.js

@@ -6,3 +6,2 @@ 'use strict';

/* If editing these values check babel-plugin-also */
(function (VNodeFlags) {

@@ -29,4 +28,2 @@ /* First set of bits define shape of vNode */

})(exports.VNodeFlags || (exports.VNodeFlags = {}));
// Combinations are not possible, its bitwise only to reduce vNode size
(function (ChildFlags) {

@@ -33,0 +30,0 @@ ChildFlags[ChildFlags["UnknownChildren"] = 0] = "UnknownChildren";

@@ -0,0 +0,0 @@ // Generated by dts-bundle v0.7.3

@@ -8,3 +8,2 @@ (function (global, factory) {

/* If editing these values check babel-plugin-also */
(function (VNodeFlags) {

@@ -31,4 +30,2 @@ /* First set of bits define shape of vNode */

})(exports.VNodeFlags || (exports.VNodeFlags = {}));
// Combinations are not possible, its bitwise only to reduce vNode size
(function (ChildFlags) {

@@ -35,0 +32,0 @@ ChildFlags[ChildFlags["UnknownChildren"] = 0] = "UnknownChildren";

2

package.json
{
"name": "inferno-vnode-flags",
"version": "4.0.3",
"version": "4.0.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode",

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