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

@live-change/dao

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/dao - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

12

lib/ObservableList.js

@@ -107,3 +107,7 @@ const Observable = require("./Observable.js")

}
if(found) this.list.splice(i, 1)
if(found) {
this.list.splice(i, 1)
i--
l--
}
}

@@ -151,3 +155,4 @@ this.fireObservers('removeBy', fields)

if(prop[0] == object && prop[1] == property) {
this.properties.splice(i,1)
this.properties.splice(i, 1)
i--
if(this.isUseless()) this.dispose()

@@ -169,3 +174,4 @@ return;

if(prop[0] == object && prop[1] == property) {
this.errorProperties.splice(i,1)
this.errorProperties.splice(i, 1)
i--
if(this.isUseless()) this.dispose()

@@ -172,0 +178,0 @@ return;

@@ -39,3 +39,3 @@ {

},
"version": "0.2.14"
"version": "0.2.15"
}
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