Socket
Socket
Sign inDemoInstall

arango-tools

Package Overview
Dependencies
21
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "arango-tools",
"version": "0.2.1",
"version": "0.2.2",
"description": "tools for working with ArangoDB",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,5 +7,5 @@ const { aql } = require('arangojs')

connection.query(aql(strings, ...vars), { count: true }),
drop: async () => {
drop: () => {
if (rootConnection) {
await rootConnection.dropDatabase(connection.name)
return rootConnection.dropDatabase(connection.name)
} else {

@@ -12,0 +12,0 @@ throw new Error(

@@ -30,3 +30,3 @@ const { Database, aql } = require('arangojs')

drop: () => {
connection.dropDatabase(migration.databaseName)
return connection.dropDatabase(migration.databaseName)
},

@@ -33,0 +33,0 @@ truncate: async () => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc