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

@formkit/core

Package Overview
Dependencies
Maintainers
4
Versions
467
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/core - npm Package Compare versions

Comparing version 1.2.0-5ec4cfb to 1.2.0-a090d34

6

dist/index.d.ts

@@ -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-a090d34",
"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-a090d34"
},

@@ -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

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