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

inferno-vnode-flags

Package Overview
Dependencies
Maintainers
3
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 1.0.0-beta36 to 1.0.0-beta37

4

package.json
{
"name": "inferno-vnode-flags",
"version": "1.0.0-beta36",
"version": "1.0.0-beta37",
"license": "MIT",

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

"dependencies": {
"inferno": "1.0.0-beta36"
"inferno": "1.0.0-beta37"
}
}

@@ -17,3 +17,3 @@ export default {

SelectElement: 1 << 11,
Void: 1 << 12,
Void: 1 << 12
};
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