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.18 to 0.0.19

5

lib/Botex/ElemsStore.js

@@ -52,3 +52,5 @@ Botex.ElemsStore = Bricks.inherit(Bricks.Component, {

Object.keys(this._elems).forEach(function(name) {
this._elems[name].forEach(function(elem) {
var elems = this._elems[name];
this._elems[name] = [];
elems.forEach(function(elem) {
this._fireEvent('removeelem', {

@@ -59,3 +61,2 @@ name: name,

}, this);
this._elems[name].length = 0;
}, this);

@@ -62,0 +63,0 @@ },

2

package.json
{
"name": "dresscode-botex",
"version": "0.0.18",
"version": "0.0.19",
"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