Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/form-core

Package Overview
Dependencies
Maintainers
2
Versions
106
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.13.0 to 0.13.1

dist/cjs/FieldApi.cjs

22

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

@@ -14,10 +14,10 @@ "author": "tannerlinsley",

"type": "module",
"types": "dist/mjs/index.d.mts",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/index.cjs",
"module": "dist/mjs/index.mjs",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/mjs/index.d.mts",
"default": "./dist/mjs/index.mjs"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},

@@ -42,8 +42,8 @@ "require": {

"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types:versions49": "../../node_modules/typescript49/bin/tsc --noEmit",
"test:types:versions50": "../../node_modules/typescript50/bin/tsc --noEmit",
"test:types:versions51": "../../node_modules/typescript51/bin/tsc --noEmit",
"test:types:versions52": "tsc --noEmit",
"test:types": "pnpm run \"/^test:types:versions.*/\" && vitest --typecheck",
"test:lib": "vitest run --coverage",
"test:types:versions49": "../../node_modules/typescript49/bin/tsc --project tsconfig.legacy.json",
"test:types:versions50": "../../node_modules/typescript50/bin/tsc",
"test:types:versions51": "../../node_modules/typescript51/bin/tsc",
"test:types:versions52": "tsc",
"test:types": "pnpm run \"/^test:types:versions.*/\"",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",

@@ -50,0 +50,0 @@ "test:build": "publint --strict",

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