Socket
Socket
Sign inDemoInstall

objection

Package Overview
Dependencies
32
Maintainers
2
Versions
200
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.10 to 2.2.11

2

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

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

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

static createValidationError(args: CreateValidationErrorArgs): Error;
static createNotFoundError(): Error;
static createNotFoundError(queryContext: QueryContext, args: CreateNotFoundErrorArgs): Error;

@@ -1591,0 +1591,0 @@ static tableMetadata(opt?: TableMetadataOptions): TableMetadata;

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