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

@types/ebay-oauth-nodejs-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ebay-oauth-nodejs-client - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

ebay-oauth-nodejs-client/index.d.ts

@@ -18,3 +18,3 @@ type EbayEnvironment = "SANDBOX" | "PRODUCTION";

constructor(options: Readonly<EbayAuthTokenOptions>);
getApplicationToken(environment: EbayEnvironment, scopes?: ReadonlyArray<string> | string): Promise<string>;
getApplicationToken(environment: EbayEnvironment, scopes?: readonly string[] | string): Promise<string>;
generateUserAuthorizationUrl(

@@ -32,3 +32,3 @@ environment: EbayEnvironment,

refreshToken: string,
scopes: ReadonlyArray<string> | string,
scopes: readonly string[] | string,
): Promise<string>;

@@ -35,0 +35,0 @@ setRefreshToken(refreshToken: string): void;

{
"name": "@types/ebay-oauth-nodejs-client",
"version": "1.2.3",
"version": "1.2.4",
"description": "TypeScript definitions for ebay-oauth-nodejs-client",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ebay-oauth-nodejs-client",

"dependencies": {},
"typesPublisherContentHash": "5267de4af15c720a37a9736d0394838bbe2e176ac3b3815cf480c10c814d7dfd",
"typesPublisherContentHash": "6e2a6f3b4cdd673a1b83b59454a0ea099c628a0c83d3055fe0658e1b08284c68",
"typeScriptVersion": "4.5"
}

@@ -28,3 +28,3 @@ # Installation

constructor(options: Readonly<EbayAuthTokenOptions>);
getApplicationToken(environment: EbayEnvironment, scopes?: ReadonlyArray<string> | string): Promise<string>;
getApplicationToken(environment: EbayEnvironment, scopes?: readonly string[] | string): Promise<string>;
generateUserAuthorizationUrl(

@@ -42,3 +42,3 @@ environment: EbayEnvironment,

refreshToken: string,
scopes: ReadonlyArray<string> | string,
scopes: readonly string[] | string,
): Promise<string>;

@@ -54,3 +54,3 @@ setRefreshToken(refreshToken: string): void;

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -57,0 +57,0 @@

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