New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kontist

Package Overview
Dependencies
Maintainers
3
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kontist - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1

2

CHANGELOG.md

@@ -8,2 +8,4 @@ # Changelog

## [Unreleased]
## [0.24.0] - 2020-01-22
### Added

@@ -10,0 +12,0 @@ - Add a method to replace a card (`models.card.replace`)

3

dist/lib/auth/push.d.ts

@@ -0,1 +1,2 @@

import { Token } from "client-oauth2";
import { HttpRequest } from "../request";

@@ -19,3 +20,3 @@ import { TokenManager } from "./tokenManager";

*/
getConfirmedToken: () => Promise<unknown>;
getConfirmedToken: () => Promise<Token>;
/**

@@ -22,0 +23,0 @@ * Clear pending MFA confirmation

@@ -378,2 +378,3 @@ export declare type Maybe<T> = T | null;

type: CardType;
cardHolderRepresentation?: Maybe<Scalars['String']>;
};

@@ -380,0 +381,0 @@ export declare type MutationActivateCardArgs = {

{
"name": "kontist",
"version": "0.24.0",
"version": "0.24.1",
"description": "Kontist client SDK",

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

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