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

ebuilder-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebuilder-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "ebuilder-js",
"version": "0.0.9",
"version": "0.0.10",
"description": "Highly configurable and easily manipulable elements in a single declaration, with a functionnal touch.",

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

@@ -23,3 +23,3 @@ # EBuilder : an HTML element builder

```html
<script src="./path/to/ebuilder.min.js">
<script src="./path/to/ebuilder.min.js"></script>
```

@@ -37,3 +37,3 @@

| string | EBuilder(`'p'`) |
| html string | EBuilder(`'<p>Hello <span class="italic">World</span></p>!'`) |
| html string | EBuilder(`'<p>Hello <span class="italic">World</span>!</p>'`) |
| @rule string | EBuilder(`'@select:p.paragraph:nth-child(1)'`) |

@@ -40,0 +40,0 @@ | Element | Ebuilder(`document.querySelector('p')`) |

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