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

@guildofweavers/air-assembly

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guildofweavers/air-assembly - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/registers/PrngSequence.js

@@ -13,3 +13,3 @@ "use strict";

this.method = method;
this.seed = Buffer.from(seed.toString(16), 'hex');
this.seed = Buffer.from(seed.toString(16).padStart(2, '0'), 'hex');
this.length = count;

@@ -16,0 +16,0 @@ }

{
"name": "@guildofweavers/air-assembly",
"version": "0.3.1",
"version": "0.3.2",
"description": "A low-level language for encoding Algebraic Intermediate Representation of computations",

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