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
1
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.11.0 to 1.11.1

2

@types/acl.d.ts

@@ -50,3 +50,3 @@ /// <reference path="req.d.ts" />

type FibACLDef = ACLGeneratorFn | ACLDefinition
type FibOACLDef = ACLGeneratorFn | ACLDefinition
type FibOACLDef = OACLGeneratorFn | OACLDefinition

@@ -53,0 +53,0 @@ type FibACLDefResult = ACLDefinition

@@ -93,3 +93,3 @@ import * as mq from 'mq'

interface FibAppReqQuery extends Class__object {
interface FibAppReqQuery {
where?: string | ReqWhere

@@ -103,3 +103,6 @@ keys?: string|string[]

count?: number
[extraField: string]: any;
}
interface FibAppReqQueryObject extends FibAppReqQuery, Class__object {}

@@ -106,0 +109,0 @@ interface FibAppReq {

@@ -30,4 +30,4 @@ /// <reference path="acl.d.ts" />

interface FibAppOrmModelDefOptions extends FibOrmNS.FibOrmFixedModelOptions {
ACL?: ACLGeneratorFn
OACL?: OACLGeneratorFn
ACL?: FibACLDef
OACL?: FibOACLDef
functions?: {

@@ -34,0 +34,0 @@ [funcName: string]: FibAppWebApiFunctionInModel

{
"name": "fib-app",
"version": "1.11.0",
"version": "1.11.1",
"description": "",

@@ -23,3 +23,3 @@ "main": "lib/app",

"@fibjs/ci": "^2.0.0",
"@types/fibjs": "github:fibjs/fib-types#v1.0.4",
"@types/fibjs": "github:fibjs/fib-types#v1.0.6",
"fib-orm": "^1.4.2",

@@ -26,0 +26,0 @@ "fib-push": "^1.0.0",

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