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
115
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 1.15.0 to 1.15.1

4

package.json
{
"name": "fib-app",
"version": "1.15.0",
"version": "1.15.1",
"description": "",

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

"@fibjs/types": "^0.34.1",
"@fxjs/orm": "^1.13.10",
"@fxjs/orm": "^1.13.12",
"fib-graphql": "^1.0.0",

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

@@ -7,4 +7,4 @@ import type { FxOrmNS } from '@fxjs/orm/typings/Typo/ORM';

export default function (ormInstance: FibApp.FibAppORM, opts: FxOrmNS.ModelOptions): {
beforeDefine: (name: string, properties: FxOrmNS.ModelPropertyDefinitionHash, opts: FxOrmNS.ModelOptions) => void;
beforeDefine: (name: string, properties: Record<string, FxOrmNS.ModelPropertyDefinition>, opts: FxOrmNS.ModelOptions) => void;
define: (m: FibApp.FibAppORMModel) => FibApp.FibAppORMModel;
};

@@ -19,5 +19,5 @@ import { FxOrmModel } from '@fxjs/orm/typings/Typo/model';

export default function (orm: FxOrmNS.ORM, plugin_opts?: PluginOptions__Timestamp): {
beforeDefine: (name: string, properties: FxOrmNS.ModelPropertyDefinitionHash, opts: FxOrmNS.ModelOptions) => void;
beforeDefine: (name: string, properties: Record<string, FxOrmNS.ModelPropertyDefinition>, opts: FxOrmNS.ModelOptions) => void;
define(model: FxOrmModel.Model): void;
};
export {};
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