New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

binary-types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-types - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.es6.js

@@ -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",

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