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-beta.0 to 1.0.0-beta.1

1

lib/index.js

@@ -730,2 +730,3 @@ "use strict";

}
heart.publish(types_1.LifeCycleTypes.ON_FORM_RESET, state);
if (!validate) return [3, 2];

@@ -732,0 +733,0 @@ return [4, formApi.validate(selector, { throwErrors: false })];

8

package.json
{
"name": "@uform/core",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",

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

"dependencies": {
"@uform/shared": "^1.0.0-beta.0",
"@uform/validator": "^1.0.0-beta.0",
"@uform/shared": "^1.0.0-beta.1",
"@uform/validator": "^1.0.0-beta.1",
"immer": "^3.2.0"

@@ -37,3 +37,3 @@ },

},
"gitHead": "fe7aa3bc5681e4911cee27d497f07fd0b3a31ae3"
"gitHead": "da0f3c58e1d8323fed7d59e804f27f6e695a001e"
}

@@ -779,3 +779,3 @@ import {

}
heart.publish(LifeCycleTypes.ON_FORM_RESET, state)
let validateResult: void | IFormValidateResult

@@ -782,0 +782,0 @@ if (validate) {

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