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

@automationcloud/client

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automationcloud/client - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

out/main/ac-vault.d.ts

@@ -31,3 +31,3 @@ import { Request } from '@automationcloud/request';

*/
createDataToken(data: any, existingOtp?: string): Promise<object>;
createDataToken(data: any, existingOtp?: string): Promise<any>;
/**

@@ -34,0 +34,0 @@ * Constructs a payment iframe URL hosted by Automation Cloud Vault.

{
"name": "@automationcloud/client",
"version": "1.7.0",
"version": "1.7.1",
"description": "JavaScript/TypeScript Client Library for Automation Cloud API",

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

@@ -63,3 +63,3 @@ // Copyright 2020 UBIO Limited

*/
async createDataToken(data: any, existingOtp?: string): Promise<object> {
async createDataToken(data: any, existingOtp?: string): Promise<any> {
const otp = existingOtp ?? await this.createOtp();

@@ -66,0 +66,0 @@ const { token } = await this.request.post('/data', {

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