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

@fluyappgo/commons

Package Overview
Dependencies
Maintainers
3
Versions
767
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons - npm Package Compare versions

Comparing version 1.0.111 to 1.0.112

1

build/interfaces/directory.interface.d.ts

@@ -15,2 +15,3 @@ export interface Directory {

updatedAt?: Date;
tempId?: string;
}

7

build/interfaces/visit.interface.d.ts

@@ -10,8 +10,9 @@ import { Branch, Department, Entity, Service, Subscriber, VisitStates } from ".";

entry?: Date;
entryCamera: string;
entryCamera?: string;
exit?: Date;
exitCamera: string;
status: VisitStates;
exitCamera?: string;
status?: VisitStates;
createdAt?: Date;
updatedAt?: Date;
tempId?: string;
}
{
"name": "@fluyappgo/commons",
"version": "1.0.111",
"version": "1.0.112",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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