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

beastdb

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beastdb - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

3

lib/storage.js

@@ -33,3 +33,3 @@ const { Level } = require('level');

if (v instanceof IMap || v instanceof ISet || v instanceof IArray) {
if (v instanceof IMap || v instanceof ISet || v instanceof IArray || v instanceof Record) {
v = this.labelType(v.constructor.name, v.id);

@@ -113,3 +113,2 @@ }

// await db.batch([{ type: 'put', key: 'b', value: 2 }])
for (let field in data) {

@@ -116,0 +115,0 @@ const value = data[field];

{
"name": "beastdb",
"version": "1.2.0",
"version": "1.3.0",
"description": "A persistence database specializing in state space search problems!",

@@ -5,0 +5,0 @@ "main": "lib/db.js",

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