New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@fxjs/orm

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/orm - npm Package Compare versions

Comparing version

to
1.12.1

{
"name": "@fxjs/orm",
"version": "1.12.0",
"version": "1.12.1",
"description": "",

@@ -48,4 +48,4 @@ "main": "lib",

"@fxjs/orm-core": "^0.1.0",
"@fxjs/sql-ddl-sync": "^0.7.0",
"@fxjs/sql-query": "^0.7.0",
"@fxjs/sql-ddl-sync": "^0.7.1",
"@fxjs/sql-query": "^0.7.1",
"@types/knex": "^0.16.1",

@@ -86,3 +86,3 @@ "fib-pool": "^1.6.0",

},
"gitHead": "9a3fa8ee62e3bfdaff2454ba46bf370489ebca4a"
"gitHead": "74745692c599fa73dfa67fbbaeeba87a29f5dc40"
}

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

import type { FxSqlQueryComparator, FxSqlQueryChainBuilder } from '@fxjs/sql-query';
export type { FxSqlAggregation, FxSqlQueryComparator, FxSqlQueryComparatorFunction, FxSqlQueryDialect, FxSqlQueryColumns, FxSqlQueryHelpler, FxSqlQueryChainBuilder, FxSqlQuery, FxSqlQuerySql, FxSqlQuerySubQuery, } from '@fxjs/sql-query';
export declare namespace FxOrmNS {

@@ -18,0 +19,0 @@ type Model = FxOrmModel.Model;