New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16.2 to 1.16.3

4

package.json
{
"name": "@fxjs/orm",
"version": "1.16.2",
"version": "1.16.3",
"description": "",

@@ -77,3 +77,3 @@ "main": "lib",

},
"gitHead": "a62142c2a811490d58a34e3cb1433b489bd60aa8"
"gitHead": "aae7b161f1960c13f5455ba0e8d4112e5c7377c6"
}

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

<T = any>(association_name: ModelFindByDescriptorItem['association_name'], conditions?: ModelFindByDescriptorItem['conditions'], options?: ModelFindByDescriptorItem['options'], cb?: FxOrmCommon.ExecutionCallback<T>): FxOrmQuery.IChainFind;
<T = any>(list: ModelFindByDescriptorItem[], self_conditions: FxOrmQuery.QueryConditions__Find, cb?: FxOrmCommon.ExecutionCallback<T>): FxOrmQuery.IChainFind;
<T = any>(list: ModelFindByDescriptorItem[], self_conditions: FxOrmQuery.QueryConditions__Find, options?: ModelFindByDescriptorItem['options'], cb?: FxOrmCommon.ExecutionCallback<T>): FxOrmQuery.IChainFind;
};

@@ -72,0 +72,0 @@ create: {

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