🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ark/schema

Package Overview
Dependencies
Maintainers
1
Versions
79
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.56.1
to
0.56.2
+1
-1
out/structure/structure.js

@@ -196,3 +196,3 @@ import { append, conflatenate, flatMorph, printable, spliterate, throwInternalError, throwParseError } from "@ark/util";

return;
const seen = {};
const seen = Object.create(null);
let updated = false;

@@ -199,0 +199,0 @@ const newOptionalProps = inner.optional ? [...inner.optional] : [];

{
"name": "@ark/schema",
"version": "0.56.1",
"version": "0.56.2",
"license": "MIT",

@@ -40,3 +40,3 @@ "author": {

"dependencies": {
"@ark/util": "0.56.1"
"@ark/util": "0.56.2"
},

@@ -43,0 +43,0 @@ "publishConfig": {