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

@rarible/sdk-common

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/sdk-common - npm Package Compare versions

Comparing version 0.13.69 to 0.13.70

5

build/logger/overrides.js

@@ -38,2 +38,3 @@ "use strict";

"transaction would cause overdraft",
"PromiEvent timeout",
].map(msg => msg.toLowerCase());

@@ -87,2 +88,3 @@ exports.CANCEL_MESSAGES = [

"签署交易已取消",
"授权被拒绝",
"membatalkan",

@@ -99,2 +101,3 @@ "La transaction de signature a été annulée",

"Permission denied",
"Approval Denied",
"The requested account and/or method has not been authorized by the user",

@@ -201,3 +204,3 @@ "user did not approve",

var _a;
return (error === null || error === void 0 ? void 0 : error.name) === "User rejected the request." || ((_a = error === null || error === void 0 ? void 0 : error.error) === null || _a === void 0 ? void 0 : _a.code) === 4001;
return ((error === null || error === void 0 ? void 0 : error.name) === "User rejected the request." || ((_a = error === null || error === void 0 ? void 0 : error.error) === null || _a === void 0 ? void 0 : _a.code) === 4001 || (error === null || error === void 0 ? void 0 : error.message) === "Approval Denied");
}

@@ -204,0 +207,0 @@ exports.isSolanaWarning = isSolanaWarning;

4

package.json
{
"name": "@rarible/sdk-common",
"version": "0.13.69",
"version": "0.13.70",
"homepage": "",

@@ -29,3 +29,3 @@ "license": "ISC",

},
"gitHead": "dc798a1672bef9fb19acb158b4ac38a10af70192"
"gitHead": "c964b65be50c4a071e41cabba5ddecf33042f54c"
}
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