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

bdom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bdom - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "bdom",
"version": "0.1.1",
"version": "0.1.2",
"description": "a jsx compatible shorthand library for generating actual dom elements instead of virtual ones",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ # bdom - jsx compatible shorthand tool for creating actual dom elements

```js
const dom = require('../../dom')
const dom = require('bdom')
const { h1, text, figcaption, style } = dom

@@ -26,3 +26,3 @@

```js
const dom = require('../../dom')
const dom = require('bdom')
const React = dom

@@ -29,0 +29,0 @@

Sorry, the diff of this file is not supported yet

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