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

@tanstack/form-core

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/form-core - npm Package Compare versions

Comparing version 0.41.0 to 0.41.1

1

dist/esm/FieldApi.js

@@ -58,2 +58,3 @@ import { batch, Derived } from "@tanstack/store";

this.options = opts2;
this.name = opts2.name;
};

@@ -60,0 +61,0 @@ this.getValue = () => {

2

package.json
{
"name": "@tanstack/form-core",
"version": "0.41.0",
"version": "0.41.1",
"description": "Powerful, type-safe, framework agnostic forms.",

@@ -5,0 +5,0 @@ "author": "tannerlinsley",

@@ -637,2 +637,3 @@ import { Derived, batch } from '@tanstack/store'

this.options = opts as never
this.name = opts.name
}

@@ -639,0 +640,0 @@

Sorry, the diff of this file is not supported yet

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