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.73 to 5.0.74

2

dist/domains/auth/graphql/inputs/token.type.d.ts

@@ -10,3 +10,3 @@ export interface IAccessToken {

export interface ITwoFactorAuthToken {
twoFactorAuth: string;
twoFactorAuth: boolean;
twoFactorToken?: string;

@@ -13,0 +13,0 @@ }

{
"name": "corede-common",
"version": "5.0.73",
"version": "5.0.74",
"description": "The common utility functions, interfaces, types etc.",

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

@@ -12,3 +12,3 @@ export interface IAccessToken {

export interface ITwoFactorAuthToken {
twoFactorAuth: string;
twoFactorAuth: boolean;
twoFactorToken?: string;

@@ -15,0 +15,0 @@ }

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