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

@tenderly/api-client

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tenderly/api-client - npm Package Compare versions

Comparing version 1.0.1-beta.2 to 1.0.1-beta.3

1

internal/core/services/hardhat-tenderly-version.d.ts

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

export declare const HARDHAT_TENDERLY_VERSION = "1.0.1-beta.2";
//# sourceMappingURL=hardhat-tenderly-version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HARDHAT_TENDERLY_VERSION = void 0;
// autogenerated by version-generator.js
exports.HARDHAT_TENDERLY_VERSION = "1.0.1-beta.2";
//# sourceMappingURL=hardhat-tenderly-version.js.map

7

internal/core/services/TenderlyApiService.js

@@ -31,3 +31,3 @@ "use strict";

const constants_1 = require("../../../common/constants");
const hardhat_tenderly_version_1 = require("./hardhat-tenderly-version");
const dotenv = __importStar(require("dotenv"));
class TenderlyApiService {

@@ -44,2 +44,5 @@ static configureInstance(providedAccessKey) {

}
dotenv.config();
const hardhatTenderlyVersion = process.env.HARDHAT_TENDERLY_VERSION;
console.log("hardhatTenderlyVersion", hardhatTenderlyVersion);
const params = {

@@ -49,3 +52,3 @@ baseURL: constants_1.TENDERLY_API_BASE_URL,

"x-access-key": accessKey,
"x-user-agent": `@tenderly/hardhat-tenderly/${hardhat_tenderly_version_1.HARDHAT_TENDERLY_VERSION}`,
"x-user-agent": `@tenderly/hardhat-tenderly/${hardhatTenderlyVersion}`,
},

@@ -52,0 +55,0 @@ };

@@ -7,3 +7,3 @@ {

"description": "",
"version": "1.0.1-beta.2",
"version": "1.0.1-beta.3",
"main": "internal/lib/tenderly-lib.js",

@@ -16,3 +16,3 @@ "types": "internal/lib/tenderly-lib.d.ts",

"scripts": {
"build": "rm -rf build-test && rm -f tsconfig.tsbuildinfo && node version-generator.js && tsc --build .",
"build": "rm -rf build-test && rm -f tsconfig.tsbuildinfo && tsc --build .",
"clean": "rm -rf node_modules && rm -rf build-test && rm -rf common && rm -rf internal && rm -rf types && rm -rf utils && rm -f tsconfig.tsbuildinfo",

@@ -19,0 +19,0 @@ "lint": "yarn run prettier --check && yarn run eslint",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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