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

dynalite

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynalite - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

db/index.js

@@ -48,3 +48,3 @@ var crypto = require('crypto'),

var db = levelup(options.path || '/does/not/matter', options.path ? {} : {db: memdown}),
var db = levelup(options.path, options.path ? {} : {db: memdown}),
sublevelDb = sublevel(db),

@@ -51,0 +51,0 @@ tableDb = sublevelDb.sublevel('table', {valueEncoding: 'json'}),

{
"name": "dynalite",
"version": "1.1.2",
"version": "1.2.0",
"description": "An implementation of Amazon's DynamoDB built on LevelDB",

@@ -5,0 +5,0 @@ "main": "index.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