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

picoform

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picoform - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -4,0 +4,0 @@ "homepage": "https://github.com/stevenpersia/picoform",

@@ -33,3 +33,3 @@ <h1 align="center"><img src="https://github.com/stevenpersia/picoform/blob/main/picoform.png" alt="picoform" /></h1>

const onSubmit = console.log({ values });
const onSubmit = () => console.log(values);

@@ -59,3 +59,3 @@ return (

const onSubmit = console.log({ values });
const onSubmit = () => console.log(values);

@@ -92,3 +92,3 @@ return (

await schema.validate(values);
console.log({ values });
console.log(values);
} catch (err) {

@@ -118,3 +118,3 @@ console.log(err);

const onSubmit = console.log({ values });
const onSubmit = () => console.log(values);

@@ -121,0 +121,0 @@ return (

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