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.19 to 0.0.20

12

lib/Botex/MutableArray.js

@@ -57,2 +57,14 @@ Botex.MutableArray = Bricks.inherit(Bricks.Observer, {

getItem: function(index) {
return this._value[index];
},
getFirstItem: function() {
return this._value[0];
},
getLastItem: function() {
return this._value[this._value.length - 1];
},
map: function(callback, ctx) {

@@ -59,0 +71,0 @@ return this._value.map(function(item) {

2

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