Socket
Socket
Sign inDemoInstall

@iai-skunks/ml-registry-solana

Package Overview
Dependencies
106
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

2

dist/custom_types.js

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

const buffer = Buffer.concat(row_buffers);
(0, assert_1.default)(buffer.length === 5 * this.vals.flat().length);
(0, assert_1.default)(buffer.length === 5 * this.vals.length * this.vals[0].length);
return buffer;

@@ -66,0 +66,0 @@ }

{
"name": "@iai-skunks/ml-registry-solana",
"version": "0.6.1",
"version": "0.6.2",
"description": "SPL ML Model Registry/Inference JavaScript API",

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

@@ -0,1 +1,5 @@

## v0.6.01
- updating docstring in bindings.ts
## v0.6.0

@@ -2,0 +6,0 @@

@@ -68,3 +68,3 @@ import assert from "assert";

const buffer = Buffer.concat(row_buffers);
assert(buffer.length === 5 * this.vals.flat().length);
assert(buffer.length === 5 * this.vals.length * this.vals[0].length);
return buffer;

@@ -71,0 +71,0 @@ }

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