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

fib-app

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fib-app - npm Package Compare versions

Comparing version

to
1.15.10

4

package.json
{
"name": "fib-app",
"version": "1.15.9",
"version": "1.15.10",
"description": "",

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

"@fibjs/types": "^0.35.0",
"@fxjs/orm": "^1.14.3",
"@fxjs/orm": "^1.14.4",
"fib-graphql": "^1.0.0",

@@ -39,0 +39,0 @@ "fib-pool": "^1.6.0",

@@ -1,2 +0,2 @@

export declare const wait: import("@fxjs/orm/typings/Typo/hook").FxOrmHook.HookWait<import("@fxjs/orm/typings/Typo/instance").FxOrmInstance.Instance, any>;
export declare const trigger: import("@fxjs/orm/typings/Typo/hook").FxOrmHook.HookTrigger<any, any>;
export declare const wait: import("@fxjs/orm").FxOrmHook.HookWait<import("@fxjs/orm").FxOrmInstance.Instance, any>;
export declare const trigger: import("@fxjs/orm").FxOrmHook.HookTrigger<any, any>;