Socket
Socket
Sign inDemoInstall

objection

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objection - npm Package Compare versions

Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7

4

lib/queryBuilder/QueryBuilderBase.js

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

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

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

2

package.json
{
"name": "objection",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "An SQL-friendly ORM for Node.js",

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

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

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

@@ -995,0 +996,0 @@ debug: IdentityMethod<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