New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/db

Package Overview
Dependencies
Maintainers
0
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/db - npm Package Compare versions

Comparing version 0.8.111 to 0.8.112

4

lib/AtomicWriter.js

@@ -77,3 +77,3 @@ function getProperty(of, propertyName) {

eq(obj, { property, value }) {
return JSON.stringify(getProperty(obj, property)) == JSON.stringify(value)
return JSON.stringify(getProperty(obj, property)) === JSON.stringify(value)
},

@@ -186,3 +186,3 @@ exist(obj, { property }) {

tryDeleteQueue() {
if(this.operations.length == 0) {
if(this.operations.length === 0) {
//console.log("DELETE QUEUE", this.id)

@@ -189,0 +189,0 @@ this.atomicWriter.writes.delete(this.id)

{
"name": "@live-change/db",
"version": "0.8.111",
"version": "0.8.112",
"description": "Database with observable data for live queries",

@@ -25,4 +25,4 @@ "main": "index.js",

"devDependencies": {
"@live-change/db-store-level": "^0.8.111",
"@live-change/db-store-lmdb": "^0.8.111",
"@live-change/db-store-level": "^0.8.112",
"@live-change/db-store-lmdb": "^0.8.112",
"minimist": ">=1.2.3",

@@ -36,7 +36,7 @@ "next-tick": "^1.1.0",

"dependencies": {
"@live-change/dao": "^0.8.111",
"@live-change/dao": "^0.8.112",
"get-random-values": "^1.2.2",
"node-interval-tree": "^1.3.3"
},
"gitHead": "9b96afb2fc61ab3d2a5d143924e2c56d411280b4"
"gitHead": "e0d0db33777f8f9fc9f5ebe1a977cf574b837be6"
}
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