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

dresscode-botex

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dresscode-botex - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

lib/Botex/Widget.js

@@ -295,2 +295,4 @@ Botex.Widget = Bricks.inherit(Botex.Tag, {

this._createElement(content.getMeta(), container, fantom || beforeEl);
} else if (content && content.ownerDocument === this._doc) {
container.insertBefore(content, beforeEl);
} else {

@@ -297,0 +299,0 @@ if (content !== null && content !== undefined) {

2

package.json
{
"name": "dresscode-botex",
"version": "0.0.14",
"version": "0.0.15",
"dependencies": {

@@ -5,0 +5,0 @@ "dresscode-bricks": "latest",

@@ -25,1 +25,7 @@ new Samples.HelloWorld({

new Samples.SVG().mount(document.body);
var image = new Image();
image.src = 'data:image/gif;base64,R0lGODlhFAAMAKIFAGbMZjNmMwCZMzNmzDOZ/////wAAAAAAACH5BAEAAAUALAAAAAAUAAwAAAMuWLoaHizK8uC89eKnl/gCM4zDBYYLWU6nSJqgOzJADXQKoRP2je88G64A7A2BCQA7';
new Botex.Widget({
content: image
}).mount(document.body);
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