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

@avinlab/form

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avinlab/form - npm Package Compare versions

Comparing version

to
0.3.2

2

dist/createForm.js

@@ -25,6 +25,6 @@ // src/createForm.ts

const setValues = (newValues) => {
prevValues = { ...values };
if (objectsAreEqual(newValues, prevValues)) {
return;
}
prevValues = { ...values };
values = { ...newValues };

@@ -31,0 +31,0 @@ _onUpdateHandlers.forEach((cb) => {

{
"name": "@avinlab/form",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -38,3 +38,3 @@ "author": "Avin Lambrero <avin.github@gmail.com> (https://github.com/avin/)",

},
"gitHead": "f9e49bd8247fba0b8660d3d197c5147ecdd6e861"
"gitHead": "87feff7262dad3042e624c074d6f071a31ee437f"
}

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