Socket
Socket
Sign inDemoInstall

@ark/schema

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark/schema - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

out/roots/root.d.ts

@@ -26,2 +26,3 @@ import { type array } from "@ark/util";

as(): this;
readonly(): this;
readonly branches: readonly nodeOfKind<Union.ChildKind>[];

@@ -28,0 +29,0 @@ distribute<mapOut, reduceOut = mapOut[]>(mapBranch: (branch: nodeOfKind<Union.ChildKind>, i: number, branches: array<nodeOfKind<Union.ChildKind>>) => mapOut, reduceMapped?: (mappedBranches: mapOut[]) => reduceOut): reduceOut;

@@ -77,2 +77,5 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) {

}
readonly() {
return this;
}
branches = this.hasKind("union") ? this.inner.branches : [this];

@@ -79,0 +82,0 @@ distribute(mapBranch, reduceMapped) {

2

package.json
{
"name": "@ark/schema",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

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