@0xsequence/utils
Advanced tools
Comparing version 0.0.0-202182517435 to 0.0.0-2021827201516
# @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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
44390