New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@formkit/core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/core - npm Package Compare versions

Comparing version

to
1.2.0-91dba4c

@@ -192,3 +192,3 @@ /**

*/
export declare const FORMKIT_VERSION = "1.2.0-5ec4cfb";
export declare const FORMKIT_VERSION = "1.2.0-a090d34";

@@ -887,3 +887,3 @@ /**

* ```typescript
* at: (address: FormKitAddress | string) => FormKitNode | undefined
* at: (address: FormKitAddress | '$root' | '$parent' | '$self' | (string & {})) => FormKitNode | undefined
* ```

@@ -1413,3 +1413,3 @@ *

*/
at: (address: FormKitAddress | string) => FormKitNode | undefined;
at: (address: FormKitAddress | '$root' | '$parent' | '$self' | (string & {})) => FormKitNode | undefined;
/**

@@ -1416,0 +1416,0 @@ * The address of the current node from the root of the tree.

{
"name": "@formkit/core",
"version": "1.2.0-5ec4cfb",
"version": "1.2.0-91dba4c",
"type": "module",

@@ -34,3 +34,3 @@ "description": "The framework agnostic core of FormKit",

"dependencies": {
"@formkit/utils": "1.2.0-5ec4cfb"
"@formkit/utils": "1.2.0-91dba4c"
},

@@ -37,0 +37,0 @@ "devDependencies": {},

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet