Socket
Socket
Sign inDemoInstall

@webassemblyjs/floating-point-hex-parser

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/floating-point-hex-parser - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

7

package.json
{
"name": "@webassemblyjs/floating-point-hex-parser",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"pretest": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
},

@@ -13,8 +13,5 @@ "repository": {

},
"version": "1.2.2",
"version": "1.2.3",
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
"main": "lib/index.js",
"scripts": {
"pretest": "gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
},
"keywords": [

@@ -21,0 +18,0 @@ "webassembly",

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