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

@fxjs/orm

Package Overview
Dependencies
Maintainers
2
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.6.6 to 1.6.7

7

@types/index.d.ts

@@ -178,3 +178,3 @@ /// <reference types="fibjs" />

interface InstanceAssociationItem_HasMany extends InstanceAssociationItem {
props: ModelPropertyDefinitionHash
props: ResolvedModelPropertyDefinitionHash
hooks: Hooks

@@ -279,3 +279,3 @@ field?: OrigDetailedModelProperty

type ComplexModelPropertyDefinition = ModelPropertyDefinition |
String | Boolean | Number | Date | object | Class_Buffer | any[]
String | Boolean | Number | Date | Class_Buffer | any[]
// for compatibility

@@ -287,2 +287,5 @@ type OrigModelPropertyDefinition = ComplexModelPropertyDefinition

}
interface ResolvedModelPropertyDefinitionHash {
[key: string]: ModelPropertyDefinition
}

@@ -289,0 +292,0 @@ type OrigAggreteGenerator = (...args: any[]) => IAggregated

v1.6.6 / 2018-11-30
v1.6.7 / 2018-12-02
==================
* typo fix.
v1.6.6 / 2018-11-30
===================
* Release v1.6.6
* fix .npmignore

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

{
"name": "@fxjs/orm",
"version": "1.6.6",
"version": "1.6.7",
"description": "Object Relational Mapping for fibjs",

@@ -5,0 +5,0 @@ "main": "lib",

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