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

aqb

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aqb - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

package.json
{
"name": "aqb",
"version": "2.0.2",
"version": "2.1.0",
"description": "ArangoDB AQL query builder.",

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

@@ -625,2 +625,3 @@ # ArangoDB Query Builder

* `_.return('x')` => `RETURN x`
* `_.return({x: 'x'})` => `RETURN {x: x}`

@@ -627,0 +628,0 @@ ### RETURN DISTINCT expression

@@ -181,2 +181,5 @@ /*jshint browserify: true */

};
Expression.prototype.notIn = function (x) {
return new BinaryOperation('not in', this, x);
};
Expression.prototype.then = function (x) {

@@ -183,0 +186,0 @@ var self = this;

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