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

@based/types

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/types - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

9

dist/index.d.ts

@@ -166,2 +166,7 @@ /// <reference types="node" />

refreshToken?: string;
renewOptions?: {
refreshToken?: string;
} & {
[key: string]: any;
};
};

@@ -236,3 +241,5 @@ export declare type AnalyticsResult = {

export declare type RenewTokenOpts = {
refreshToken: string;
refreshToken?: string;
} & {
[key: string]: any;
};

@@ -239,0 +246,0 @@ export declare type FileUploadOptions = {

2

package.json
{
"name": "@based/types",
"version": "2.5.0",
"version": "2.6.0",
"license": "MIT",

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

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