@ethersproject/rlp
Advanced tools
Comparing version 5.0.0-beta.126 to 5.0.0-beta.127
@@ -1,1 +0,1 @@ | ||
export declare const version = "rlp/5.0.0-beta.125"; | ||
export declare const version = "rlp/5.0.0-beta.127"; |
@@ -1,1 +0,1 @@ | ||
export const version = "rlp/5.0.0-beta.125"; | ||
export const version = "rlp/5.0.0-beta.127"; |
@@ -99,3 +99,3 @@ "use strict"; | ||
if (offset + 1 + length > data.length) { | ||
throw new Error("invlaid rlp data"); | ||
throw new Error("invalid rlp data"); | ||
} | ||
@@ -102,0 +102,0 @@ let result = hexlify(data.slice(offset + 1, offset + 1 + length)); |
@@ -1,1 +0,1 @@ | ||
export declare const version = "rlp/5.0.0-beta.125"; | ||
export declare const version = "rlp/5.0.0-beta.127"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "rlp/5.0.0-beta.125"; | ||
exports.version = "rlp/5.0.0-beta.127"; |
@@ -101,3 +101,3 @@ "use strict"; | ||
if (offset + 1 + length_5 > data.length) { | ||
throw new Error("invlaid rlp data"); | ||
throw new Error("invalid rlp data"); | ||
} | ||
@@ -104,0 +104,0 @@ var result = bytes_1.hexlify(data.slice(offset + 1, offset + 1 + length_5)); |
{ | ||
"name": "@ethersproject/rlp", | ||
"version": "5.0.0-beta.126", | ||
"version": "5.0.0-beta.127", | ||
"description": "Recursive-Length Prefix (RLP) coder.", | ||
@@ -28,3 +28,4 @@ "main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"tarballHash": "0x65dfdcbcc56264c3173522fcee24cd543857370ba45634cebe3c3578629418d1" | ||
"ethereum": "donations.ethers.eth", | ||
"tarballHash": "0x56eac76bfa549fe1646837ab8476e81e55691b08eb3fdc30ca5457f041c6aa2c" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
77309
0