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.12 to 0.0.13

2

lib/Botex/Widget.js

@@ -216,3 +216,3 @@ Botex.Widget = Bricks.inherit(Botex.Tag, {

_createElement: function(meta, container, beforeEl) {
var el = this._doc.createElement(meta.tagName);
var el = meta.attrs.xmlns ? this._doc.createElementNS(meta.attrs.xmlns, meta.tagName) : this._doc.createElement(meta.tagName);
var className = meta.className.map(function(cls) {

@@ -219,0 +219,0 @@ if (cls instanceof Quantum.Quant) {

{
"name": "dresscode-botex",
"version": "0.0.12",
"version": "0.0.13",
"dependencies": {

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

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