🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
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.47.0
to
0.49.0
+2
-1
out/shared/traversal.js

@@ -179,4 +179,5 @@ import { ReadonlyPath, stringifyPath } from "@ark/util";

}
this.path = [...path];
for (const morph of morphs) {
// applyMorphsAtPath may be called recursively, so we need to reset the path here
this.path = [...path];
const morphIsNode = isNode(morph);

@@ -183,0 +184,0 @@ const result = morph(parent === undefined ? this.root : parent[key], this);

{
"name": "@ark/schema",
"version": "0.47.0",
"version": "0.49.0",
"license": "MIT",

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

"dependencies": {
"@ark/util": "0.47.0"
"@ark/util": "0.49.0"
},

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