Socket
Socket
Sign inDemoInstall

@marinade.finance/ts-common

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marinade.finance/ts-common - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "@marinade.finance/ts-common",
"version": "2.3.0",
"version": "2.3.1",
"description": "TS common utilities",

@@ -5,0 +5,0 @@ "repository": {

@@ -9,5 +9,7 @@ "use strict";

typeof e.message === 'string' &&
e.message.includes(message.toString()));
e.message
.toLocaleLowerCase()
.includes(message.toString().toLocaleLowerCase()));
}
exports.checkErrorMessage = checkErrorMessage;
//# sourceMappingURL=error.js.map

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