Socket
Socket
Sign inDemoInstall

objection

Package Overview
Dependencies
2
Maintainers
2
Versions
200
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.8 to 2.2.9

4

lib/queryBuilder/QueryBuilderBase.js

@@ -84,2 +84,6 @@ 'use strict';

noWait(...args) {
return this.addOperation(new KnexOperation('noWait'), args);
}
as(...args) {

@@ -86,0 +90,0 @@ return this.addOperation(new KnexOperation('as'), args);

2

package.json
{
"name": "objection",
"version": "2.2.8",
"version": "2.2.9",
"description": "An SQL-friendly ORM for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/objection.js",

@@ -1053,2 +1053,3 @@ /// <reference types="node" />

skipLocked: IdentityMethod<this>;
noWait: IdentityMethod<this>;
skipUndefined: IdentityMethod<this>;

@@ -1055,0 +1056,0 @@ debug: IdentityMethod<this>;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc