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

@0xsequence/utils

Package Overview
Dependencies
Maintainers
5
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/utils - npm Package Compare versions

Comparing version 0.0.0-202182517435 to 0.0.0-2021827201516

6

CHANGELOG.md
# @0xsequence/utils
## 0.0.0-202182517435
## 0.0.0-2021827201516
### Patch Changes
### Minor Changes
- next
- next release

@@ -9,0 +9,0 @@ ## 0.28.0

@@ -0,0 +0,0 @@ export declare const base64Encode: (val: string) => string;

import { BigNumberish } from "ethers";
export declare function isBigNumberish(value: any): value is BigNumberish;

@@ -0,0 +0,0 @@ import { ethers } from 'ethers';

@@ -0,0 +0,0 @@ export * from './base64';

export declare const isNode: () => boolean;
export declare const isBrowser: () => boolean;
export declare const jwtDecodeClaims: <T = any>(jwt: string) => T;

@@ -0,0 +0,0 @@ export declare type LogLevel = 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' | 'DISABLED';

@@ -0,0 +0,0 @@ export declare function promisify<T>(f: (cb: (err: any, res: T) => void) => void, thisContext?: any): () => Promise<T>;

@@ -0,0 +0,0 @@ export declare function queryStringFromObject(name: string, obj: any): string;

export declare const getRandomInt: (min?: number, max?: number) => number;
export declare const sanitizeNumberString: (numString: string | null) => string;
export declare const sanitizeAlphanumeric: (alphanum: string) => string;
export declare const sanitizeHost: (host: string) => string;
export declare const sleep: (t: number) => Promise<void>;

@@ -0,0 +0,0 @@ import { TypedDataDomain, TypedDataField } from '@ethersproject/abstract-signer';

@@ -0,0 +0,0 @@ import { Deferrable, defineReadOnly, getStatic, resolveProperties, checkProperties, shallowCopy, deepCopy } from '@ethersproject/properties';

export declare const urlClean: (url: string) => string;
{
"name": "@0xsequence/utils",
"version": "0.0.0-202182517435",
"version": "0.0.0-2021827201516",
"description": "utils sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/utils",

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