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
1
Versions
300
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.6.4 to 0.6.5

4

lib/ScriptContext.js

@@ -93,3 +93,3 @@ const vm = require('vm')

//console.log("COMPILED FUNCTIONS", `\n[\n ${Object.keys(globalThis.compiledFunctions).join(',\n ')},\n]`)
if(!(globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode]) {
/*if(!(globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode]) {
console.log("############# compiled function not found: ", code)

@@ -99,3 +99,3 @@ for(const key of Object.keys(globalThis.compiledFunctions)) {

}
}
}*/
const queryFunction = (globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode]

@@ -102,0 +102,0 @@ ?? this.run(code, filename)

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

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

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

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

"dependencies": {
"@live-change/dao": "0.5.15",
"@live-change/dao": "0.5.17",
"get-random-values": "^1.2.2",
"node-interval-tree": "^1.3.3"
},
"gitHead": "2b63a796522f2a5bf7c4e0311331640b4152ba77"
"gitHead": "59500898eff7eba564a06bec348cb34965b38b0a"
}
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