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 3.0.0-alpha.1 to 3.0.0-alpha.2

2

package.json
{
"name": "objection",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "An SQL-friendly ORM for Node.js",

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

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

import * as ajv from 'ajv';
import Ajv, { Options as AjvOptions } from 'ajv';
import * as dbErrors from 'db-errors';

@@ -1291,4 +1291,4 @@ import { Knex } from 'knex';

export interface AjvConfig {
onCreateAjv(ajv: ajv.Ajv): void;
options?: ajv.Options;
onCreateAjv(ajv: Ajv): void;
options?: AjvOptions;
}

@@ -1295,0 +1295,0 @@

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