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

@amalto/typings

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/typings - npm Package Compare versions

Comparing version 1.9.49 to 1.9.50

2

build/models/WebApi.d.ts

@@ -44,3 +44,3 @@ import { EndpointsUrl } from './EndpointsUrl';

interface WebApi {
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string) => Promise<Auth.AuthCodeData>;
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string, captchaToken?: string) => Promise<Auth.AuthCodeData>;
requestAccessToken: (authorizationCode: string) => Promise<Auth.TokenData>;

@@ -47,0 +47,0 @@ requestClientAccessToken: () => Promise<Auth.TokenData>;

@@ -48,3 +48,3 @@ import { EndpointsUrl } from './EndpointsUrl'

requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string) => Promise<Auth.AuthCodeData>;
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string, captchaToken?: string) => Promise<Auth.AuthCodeData>;
requestAccessToken: (authorizationCode: string) => Promise<Auth.TokenData>;

@@ -51,0 +51,0 @@ requestClientAccessToken: () => Promise<Auth.TokenData>;

@@ -5,3 +5,3 @@ {

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.9.49",
"version": "1.9.50",
"license": "MIT",

@@ -46,3 +46,3 @@ "repository": {

},
"gitHead": "cbc5a0a88378e26e591381ef678c52e3f4b7368b"
"gitHead": "4bc6fd1be346d21b630328151c0ba1c63db5d3a6"
}
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