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.2 to 0.1.3

2

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

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

@@ -20,2 +20,4 @@ # bdom - jsx compatible shorthand tool for creating actual dom elements

)
document.findElementsByTagName('body').appendChild(title)
```

@@ -36,2 +38,4 @@

</h1>
document.findElementsByTagName('body').appendChild(title)
```

@@ -38,0 +42,0 @@

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