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.11 to 2.2.12

2

lib/model/NotFoundError.js
'use strict';
class NotFoundError extends Error {
constructor({ modelClass, data = {}, statusCode = 404, ...rest }) {
constructor({ modelClass, data = {}, statusCode = 404, ...rest } = {}) {
super(rest.message || 'NotFoundError');

@@ -6,0 +6,0 @@

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

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

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