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.4.3-postalpha.1 to 1.4.3-postalpha.2

5

@types/orm_mirror/orm.d.ts

@@ -286,3 +286,6 @@ /// <reference path="sql-query.d.ts" />

}
hasMany: (...args: any[]) => any;
hasMany: {
(assoc_name: string, ext_model: FibOrmFixedModel, assoc_options?: AssociationDefinitionOptions_HasMany): FibOrmFixedExtendModel
(assoc_name: string, ext_model: FibOrmFixedModel, assoc_props?: { [property: string]: OrigDetailedModelProperty }, assoc_options?: AssociationDefinitionOptions_HasMany): FibOrmFixedExtendModel
}
extendsTo: (...args: any[]) => Model;

@@ -289,0 +292,0 @@

8

History.md
v1.4.3-postalpha.1 / 2018-10-09
v1.4.3-postalpha.2 / 2018-10-10
==================
* typo fix
v1.4.3-postalpha.1 / 2018-10-09
===============================
* Release v1.4.3-postalpha.1
* typo fix.

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

{
"name": "@fxjs/orm",
"version": "1.4.3-postalpha.1",
"version": "1.4.3-postalpha.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