@webassemblyjs/ieee754
Advanced tools
Comparing version 1.7.1-0 to 1.7.1
@@ -1,2 +0,2 @@ | ||
import { write, read } from "ieee754"; | ||
import { write, read } from "@xtuc/ieee754"; | ||
/** | ||
@@ -3,0 +3,0 @@ * According to https://webassembly.github.io/spec/binary/values.html#binary-float |
@@ -12,3 +12,3 @@ "use strict"; | ||
var _ieee = require("ieee754"); | ||
var _ieee = require("@xtuc/ieee754"); | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "@webassemblyjs/ieee754", | ||
"version": "1.7.1-0", | ||
"version": "1.7.1", | ||
"description": "IEEE754 decoder and encoder", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"ieee754": "^1.1.11" | ||
"@xtuc/ieee754": "^1.2.0" | ||
} | ||
} |
// @flow | ||
import { write, read } from "ieee754"; | ||
import { write, read } from "@xtuc/ieee754"; | ||
@@ -5,0 +5,0 @@ /** |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4044
2
+ Added@xtuc/ieee754@^1.2.0
+ Added@xtuc/ieee754@1.2.0(transitive)
- Removedieee754@^1.1.11
- Removedieee754@1.2.1(transitive)