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

@near-eth/client

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-eth/client - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

6

dist/index.js

@@ -95,3 +95,4 @@ "use strict";

const type = getTransferType(transfer);
// @ts-expect-error
// not needed with structNullChecks false: @ts-expect-error
// to be improved
let localized = type.i18n[locale];

@@ -104,3 +105,4 @@ if (localized === undefined) {

}
// @ts-expect-error
// not needed with structNullChecks false: @ts-expect-error
// to be improved
localized = type.i18n[fallback];

@@ -107,0 +109,0 @@ }

@@ -93,2 +93,2 @@ import { ConnectedWalletAccount, WalletConnection } from 'near-api-js';

export declare function nearAuthedAgainst(contract: string): Promise<boolean>;
export declare function formatLargeNum(n: any, decimals?: number): Decimal;
export declare function formatLargeNum(n: string, decimals?: number): Decimal;
{
"name": "@near-eth/client",
"version": "1.1.1",
"version": "1.2.0",
"license": "(MIT AND Apache-2.0)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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