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

@fluyappgo/commons-backend

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons-backend - npm Package Compare versions

Comparing version 1.0.28 to 1.0.30

4

build/interfaces/requesWithUser.interface.d.ts
import { Request } from 'express';
import { User, UserFB } from '@fluyappgo/commons';
declare type aux = User | UserFB;
export interface RequestWithUser extends Request {
user: User | UserFB;
user: aux;
}
export {};
{
"name": "@fluyappgo/commons-backend",
"version": "1.0.28",
"version": "1.0.30",
"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