Socket
Socket
Sign inDemoInstall

@openzeppelin/defender-base-client

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openzeppelin/defender-base-client - npm Package Compare versions

Comparing version 1.54.2 to 1.54.4

jest.config.js

5

lib/autotask/index.js

@@ -12,4 +12,5 @@ "use strict";

}
const error = (0, lambda_1.isV3ResponsePayload)(payload) ? payload.transformToString() : payload;
try {
const errMsg = JSON.parse(payload.toString()).errorMessage;
const errMsg = JSON.parse(error.toString()).errorMessage;
if (errMsg) {

@@ -20,3 +21,3 @@ return errMsg;

catch (e) { }
return payload;
return error;
}

@@ -23,0 +24,0 @@ class BaseAutotaskClient {

4

package.json
{
"name": "@openzeppelin/defender-base-client",
"version": "1.54.2",
"version": "1.54.4",
"description": "",

@@ -35,3 +35,3 @@ "main": "./lib/index.js",

},
"gitHead": "a4f42ccd3773997da730ed215a2600dc94aefd43",
"gitHead": "a7c4808dd11e708df42d110de230c264061c72c3",
"repository": {

@@ -38,0 +38,0 @@ "type": "git",

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