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

@amalto/typings

Package Overview
Dependencies
Maintainers
4
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.0.29 to 1.0.30

build/models/WebApi.d.ts

10

models/WebApi.ts
import { EndpointsUrl } from './EndpointsUrl'
declare namespace Auth {
interface AuthCodeBodyParameters {
export namespace Auth {
export interface AuthCodeBodyParameters {
code: string;

@@ -10,3 +10,3 @@ uname: string;

}
interface AuthCodeData {
export interface AuthCodeData {
code: string;

@@ -17,3 +17,3 @@ scope: string;

}
interface TokenData {
export interface TokenData {
access_token: string;

@@ -27,3 +27,3 @@ token_type: string;

}
interface TokenBodyParameters {
export interface TokenBodyParameters {
redirect_uri: string;

@@ -30,0 +30,0 @@ client_id: string;

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

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.0.29",
"version": "1.0.30",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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