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

@live-change/dao

Package Overview
Dependencies
Maintainers
0
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.105 to 0.8.106

3

lib/SimpleDao.js

@@ -33,3 +33,3 @@ import ObservableValue from "./ObservableValue.js"

const source = this.defn.values[what[1]]
if(!source) throw new Error(`source ${what[1]} is not defined`)
if(!source) throw new Error(`source ${what[1]} is not defined while getting ${what}`)
return source.get(...(what.slice(2)))

@@ -40,2 +40,3 @@ }

let method = this.defn.methods[what[1]]
console.log("METHOD", what[1], "not found in", what)
if(!method) throw new Error("methodNotFound")

@@ -42,0 +43,0 @@ let res = method(...(what.slice(2).concat(args)))

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

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