Socket
Socket
Sign inDemoInstall

base-element

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "base-element",
"version": "3.0.0",
"version": "3.0.1",
"description": "An element authoring library for creating standalone and performant elements.",

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

@@ -185,7 +185,6 @@ # base-element

### `var element = new BaseElement([attachTo])`
`attachTo` is a DOM element you want to append to. Defaults to `document.body`.
`attachTo` is a DOM element you want to append to such as `document.body`
If you pass in `false` then the element will not automatically append itself to
a parent node. This is useful if you plan on handling the rendering of the
virtual tree on your own.
By default, the element will not attach itself to a parent node. This is useful
for handling the rendering on your own.

@@ -192,0 +191,0 @@ ### `element.send(name[, params...])`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc