Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webassemblyjs/ieee754

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/ieee754 - npm Package Compare versions

Comparing version 1.7.1-0 to 1.7.1

2

esm/index.js

@@ -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 @@ /**

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