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
2
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-0ba8ad7 to 1.0.0-beta.7-0d31be8

9

dist/index.d.ts

@@ -138,3 +138,3 @@ /**

value: any;
from?: number;
from?: number | symbol;
}

@@ -1231,2 +1231,9 @@

/**
* When creating a new node and having its value injected directly at a specific
* location.
* @public
*/
export declare const valueInserted: unique symbol;
/**
* When propagating values up a tree, this value indicates the child should be

@@ -1233,0 +1240,0 @@ * moved.

4

package.json
{
"name": "@formkit/core",
"version": "1.0.0-beta.7-0ba8ad7",
"version": "1.0.0-beta.7-0d31be8",
"type": "module",

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

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