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

as-chain

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-chain - npm Package Compare versions

Comparing version 0.0.60 to 0.0.61

4

assembly/crypto.ts

@@ -506,4 +506,4 @@ import { check } from "./system";

// Validation
check(state.length == 8, "Blake2 state must be 64 bytes");
check(msg.length == 8, "Blake2 msg must be 128 bytes");
check(state.length == 64, "Blake2 state must be 64 bytes");
check(msg.length == 128, "Blake2 msg must be 128 bytes");
check(t0_offset.length == 8, "Blake2 t0_offset must be 8 bytes");

@@ -510,0 +510,0 @@ check(t1_offset.length == 8, "Blake2 t1_offset must be 8 bytes");

{
"name": "as-chain",
"version": "0.0.60",
"version": "0.0.61",
"description": "chain module for assemblyscript",

@@ -5,0 +5,0 @@ "main": "js/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