Socket
Socket
Sign inDemoInstall

arangolize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arangolize - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

dist/index.js

@@ -147,3 +147,3 @@ "use strict";

bindVars({
with: $with
'@with': $with
});

@@ -150,0 +150,0 @@ query(`WITH @@with\n`);

@@ -105,3 +105,3 @@ import { autobind } from 'core-decorators'

if ($with) {
bindVars({ with: $with })
bindVars({ '@with': $with })
query(`WITH @@with\n`)

@@ -108,0 +108,0 @@ }

@@ -79,2 +79,5 @@ import test from 'tape'

console.log('bindVars', bindVars)
console.log('query', query)
t.ok(query, 'should have query')

@@ -81,0 +84,0 @@ t.ok(bindVars, 'should have bindVars')

{
"name": "arangolize",
"version": "0.10.1",
"version": "0.10.2",
"description": "Sequelize-like query-builder for ArangoDB",

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