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

ardb

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ardb - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

lib/ardb.js

@@ -285,2 +285,4 @@ "use strict";

while (hasNextPage) {
this.log('Running query:');
this.log(query);
const res = yield this.get(query);

@@ -287,0 +289,0 @@ if (res.transaction) {

2

package.json
{
"name": "ardb",
"version": "1.0.6",
"version": "1.0.7",
"main": "lib/ardb.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git",

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