Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sfpmld-gettix/common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sfpmld-gettix/common - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

build/middlewares/currentUser.d.ts

@@ -1,13 +0,13 @@

import { NextFunction, Request, Response } from "express";
import { NextFunction, Request, Response } from 'express';
declare global {
namespace Express {
interface Request {
currentUser?: UserAttrs;
currentUser?: UserPayloadAttrs;
}
}
}
export interface UserAttrs {
export interface UserPayloadAttrs {
id: string;
email: string;
password: string;
}
export declare const currentUser: (req: Request, _res: Response, next: NextFunction) => void;
{
"name": "@sfpmld-gettix/common",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "author": "XavierA",

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