Socket
Socket
Sign inDemoInstall

@tenderly/sdk

Package Overview
Dependencies
9
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.11 to 0.1.12

4

dist/index.d.ts

@@ -629,3 +629,7 @@ import axios, { AxiosResponse, AxiosError } from 'axios';

error?: string | null;
/**
* @deprecated Use {@link error_reason} instead
*/
error_messages?: string | null;
error_reason?: string | null;
input?: string | null;

@@ -632,0 +636,0 @@ decoded_input?: SimulateSimpleResponse_DecodedArgument[];

6

dist/index.js

@@ -810,3 +810,5 @@ var __create = Object.create;

logs: simpleSimulationResponse.logs,
trace: simpleSimulationResponse.trace
trace: simpleSimulationResponse.trace.map((trace) => __spreadProps(__spreadValues({}, trace), {
error_messages: trace.error_reason
}))
};

@@ -1016,3 +1018,3 @@ }

// lib/sdkVersion.ts
var TENDERLY_SDK_VERSION = "0.1.11";
var TENDERLY_SDK_VERSION = "0.1.12";

@@ -1019,0 +1021,0 @@ // lib/core/ApiClient.ts

{
"name": "@tenderly/sdk",
"version": "0.1.11",
"version": "0.1.12",
"description": "Tenderly SDK",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc