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

@fxjs/orm

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/orm - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

@types/index.d.ts

@@ -849,2 +849,4 @@ /// <reference path="./orm_mirror/sql-query.d.ts" />

export function like(value: string): sqlquery.Comparator;
export function not_like(value: string): sqlquery.Comparator;
export function not_in(value: string): sqlquery.Comparator;
export function between(a: number, b: number): sqlquery.Comparator;

@@ -851,0 +853,0 @@ export function not_between(a: number, b: number): sqlquery.Comparator;

v1.5.1 / 2018-11-04
v1.5.2 / 2018-11-04
==================

@@ -7,2 +7,8 @@

v1.5.1 / 2018-11-04
===================
* Release v1.5.1
* typo fix
v1.5.0 / 2018-11-03

@@ -9,0 +15,0 @@ ===================

2

package.json
{
"name": "@fxjs/orm",
"version": "1.5.1",
"version": "1.5.2",
"description": "Object Relational Mapping for fibjs",

@@ -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