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

@uform/core

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/core - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

3

lib/types.d.ts

@@ -108,2 +108,3 @@ import { FormPath, FormPathPattern, Subscribable } from '@uform/shared';

props: FieldProps;
[key: string]: any;
}

@@ -150,2 +151,3 @@ export declare type FieldStateDirtyMap = StateDirtyMap<IFieldState>;

props: FormProps;
[key: string]: any;
}

@@ -177,2 +179,3 @@ export declare type FormStateDirtyMap = StateDirtyMap<IFormState>;

props: FieldProps;
[key: string]: any;
}

@@ -179,0 +182,0 @@ export declare type VirtualFieldStateDirtyMap = StateDirtyMap<IFieldState>;

8

package.json
{
"name": "@uform/core",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "MIT",

@@ -29,5 +29,5 @@ "main": "lib",

"dependencies": {
"@uform/shared": "^1.0.0-alpha.2",
"@uform/shared": "^1.0.0-alpha.3",
"@uform/types": "^0.4.0",
"@uform/validator": "^1.0.0-alpha.2",
"@uform/validator": "^1.0.0-alpha.3",
"immer": "^3.2.0"

@@ -38,3 +38,3 @@ },

},
"gitHead": "476d4cb97f78e766700061865e617e2845be2667"
"gitHead": "802d2f7d9eeb4d38688f009c972775d1a1a00c4a"
}

@@ -149,2 +149,3 @@ import { FormPath, FormPathPattern, isFn, Subscribable } from '@uform/shared'

props: FieldProps
[key: string]: any
}

@@ -213,2 +214,3 @@ export type FieldStateDirtyMap = StateDirtyMap<IFieldState>

props: FormProps
[key: string]: any
}

@@ -244,2 +246,3 @@

props: FieldProps
[key: string]: any
}

@@ -246,0 +249,0 @@ export type VirtualFieldStateDirtyMap = StateDirtyMap<IFieldState>

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