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
3
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.0.0-beta.7-c3de75f to 1.0.0-beta.7-c4a603e

5

dist/index.d.ts

@@ -673,2 +673,7 @@ /**

/**
* Adds props to the given node by removing them from node.props.attrs and
* moving them to the top-level node.props object.
*/
addProps: (props: string[]) => FormKitNode;
/**
* Gets a node at another address. Addresses are dot-syntax paths (or arrays)

@@ -675,0 +680,0 @@ * of node names. For example: form.users.0.first_name There are a few

4

package.json
{
"name": "@formkit/core",
"version": "1.0.0-beta.7-c3de75f",
"version": "1.0.0-beta.7-c4a603e",
"type": "module",

@@ -36,5 +36,5 @@ "description": "The framework agnostic core of FormKit",

"dependencies": {
"@formkit/utils": "1.0.0-beta.7-c3de75f"
"@formkit/utils": "1.0.0-beta.7-c4a603e"
},
"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