binary-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -19,4 +19,4 @@ 'use strict'; | ||
read.f64le = function*() { return (yield 4).readDoubleLE(0, true) } | ||
read.f64be = function*() { return (yield 4).readDoubleBE(0, true) } | ||
read.f64le = function*() { return (yield 8).readDoubleLE(0, true) } | ||
read.f64be = function*() { return (yield 8).readDoubleBE(0, true) } | ||
@@ -23,0 +23,0 @@ read.le = |
{ | ||
"name": "binary-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "helpers for binary-parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1