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
250
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.8.106 to 0.8.107

6

lib/SimpleDao.js

@@ -39,4 +39,6 @@ import ObservableValue from "./ObservableValue.js"

let method = this.defn.methods[what[1]]
console.log("METHOD", what[1], "not found in", what)
if(!method) throw new Error("methodNotFound")
if(!method) {
console.log("METHOD", what[1], "not found in", what)
throw new Error("methodNotFound")
}
let res = method(...(what.slice(2).concat(args)))

@@ -43,0 +45,0 @@ if(res && res.then) return res

@@ -38,4 +38,4 @@ {

},
"version": "0.8.106",
"gitHead": "cd0102a76312f65e91a6cd70fab3e0a4ff961345"
"version": "0.8.107",
"gitHead": "da00b9062a0238e1497c76009b0bd9e74ff7a376"
}
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