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

@edgeandnode/common

Package Overview
Dependencies
Maintainers
12
Versions
453
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeandnode/common - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

9

build/utils/formatters.utils.d.ts

@@ -1,2 +0,2 @@

import { BigNumberish } from 'ethers';
import { BigNumberish, BigNumber } from 'ethers';
export interface FormatUnitsOptions {

@@ -56,1 +56,8 @@ decimals: number;

export declare const formatNameHash: (value?: string) => string;
/**
* Convert number to BigNumber with provided decimals. Uses 18 decimals if none provided
* @param value Number to convert
* @param power Decimals to convert to
* @returns N decimal BigNumber
*/
export declare const toWei: (value: string, power?: number) => BigNumber;

2

package.json
{
"name": "@edgeandnode/common",
"version": "1.2.0",
"version": "1.3.0",
"description": "Common Edge & Node utils and types",

@@ -5,0 +5,0 @@ "main": "build/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