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

corede-common

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corede-common - npm Package Compare versions

Comparing version 5.0.74 to 5.0.75

2

dist/domains/auth/graphql/inputs/login.result.d.ts

@@ -16,5 +16,5 @@ import { IAuthToken, ITwoFactorAuthToken } from "./token.type";

export interface ILoginResult extends IAuthToken, ITwoFactorAuthToken {
user: ILoginResultUser;
user?: ILoginResultUser;
readonly devMetaData?: ILoginDevMetaData;
}
//# sourceMappingURL=login.result.d.ts.map
{
"name": "corede-common",
"version": "5.0.74",
"version": "5.0.75",
"description": "The common utility functions, interfaces, types etc.",

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

@@ -22,4 +22,4 @@ import { IAuthToken, ITwoFactorAuthToken } from "./token.type";

export interface ILoginResult extends IAuthToken, ITwoFactorAuthToken {
user: ILoginResultUser;
user?: ILoginResultUser;
readonly devMetaData?: ILoginDevMetaData;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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