Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ozkarjs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozkarjs - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

utils/dynamicArray.ts

3

index.ts
import { Struct } from "o1js";
import { ZKSeq } from "./dna/struct";
import { dnaBaseToField } from "./utils/dnaBaseToField";
import { DynamicArray } from "./utils/dynamicArray";
// Export
export { ZKSeq, dnaBaseToField };
export { ZKSeq, dnaBaseToField, DynamicArray };
{
"name": "ozkarjs",
"version": "0.0.9",
"version": "0.0.10",
"module": "index.ts",

@@ -16,2 +16,2 @@ "type": "module",

}
}
}

@@ -9,3 +9,3 @@ import {

import { expect, test, describe } from "bun:test";
import { DynamicArray } from "../utils/dynamicArray";
describe("dnaBaseToField", () => {

@@ -65,5 +65,5 @@ test("should convert ATCG to a field array", () => {

test("Dyamic array type", async () => {
class FieldArray extends DynamicArray(Field, 8) {}
});
// test("Dyamic array type", async () => {
// class FieldArray extends DynamicArray(Field, 8) {}
// });
});
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