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

eraswap-sdk

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eraswap-sdk - npm Package Compare versions

Comparing version 3.0.1-commit.807ca3ec to 3.0.2-commit.807ca3ec

3

dist/custom-providers.js

@@ -73,2 +73,5 @@ "use strict";

name = _a.sent();
if (name === '') {
logger.throwError("Empty usernames not allowed");
}
// If it is already an address, nothing to resolve

@@ -75,0 +78,0 @@ try {

2

package.json
{
"name": "eraswap-sdk",
"version": "3.0.1-commit.807ca3ec",
"version": "3.0.2-commit.807ca3ec",
"description": "Typechain outputs of esn-contracts and utils. Commit tag of KMPARDS/esn-contracts is included in the version.",

@@ -5,0 +5,0 @@ "main": "dist/",

@@ -29,2 +29,6 @@ import { ethers, providers, version, BigNumber } from 'ethers';

if (name === '') {
logger.throwError(`Empty usernames not allowed`);
}
// If it is already an address, nothing to resolve

@@ -31,0 +35,0 @@ try {

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