Socket
Socket
Sign inDemoInstall

binarius

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

2

index.js

@@ -243,3 +243,3 @@ /**

/** @type {Array<number>|Array<FieldDescription>} */
Binarius.fields = new Array(31).fill(1).map((e, i) => i);
Binarius.fields = new Array(31).fill(1).map((e, i) => i).reverse();

@@ -246,0 +246,0 @@ /** @type {number} */

{
"name": "binarius",
"version": "0.0.7",
"version": "0.0.8",
"description": "Store and operate on data in Numbers and BigInts for memory savings, performance, and fun.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc