Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/orm

Package Overview
Dependencies
Maintainers
1
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

lib/interfaces.d.ts

@@ -1,2 +0,2 @@

import { SORT_ORDER } from './enums';
import { SORT_ORDER, WhereBoolean } from './enums';
import { IQueryStatement } from './statements';

@@ -85,2 +85,3 @@ import { WhereFunction } from './types';

Statements: IQueryStatement[];
Op: WhereBoolean;
where(column: string | boolean | {} | WhereFunction, operator?: any, value?: any): this;

@@ -87,0 +88,0 @@ orWhere(column: string | boolean | {} | WhereFunction, operator?: any, value?: any): this;

{
"name": "@spinajs/orm",
"version": "1.0.3",
"version": "1.0.4",
"description": "SpinaJS Orm module",

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

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