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

@open-tender/utils

Package Overview
Dependencies
Maintainers
2
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/utils - npm Package Compare versions

Comparing version 0.1.30 to 0.1.31

6

dist/cjs/hooks/useProfileForm.js

@@ -41,4 +41,10 @@ "use strict";

errs.form = 'There are one or more errors below.';
if (errs.birth_date) {
errs.birth_date = 'Invalid date. Please enter in mm/dd/yyyy format.';
}
setErrors(errs);
}
else {
setErrors({});
}
}

@@ -45,0 +51,0 @@ }, [loading, error]);

@@ -38,4 +38,10 @@ import { useRef, useState, useEffect } from 'react';

errs.form = 'There are one or more errors below.';
if (errs.birth_date) {
errs.birth_date = 'Invalid date. Please enter in mm/dd/yyyy format.';
}
setErrors(errs);
}
else {
setErrors({});
}
}

@@ -42,0 +48,0 @@ }, [loading, error]);

2

package.json
{
"name": "@open-tender/utils",
"version": "0.1.30",
"version": "0.1.31",
"description": "A library of utils for use with Open Tender applications that utilize our cloud-based Order API.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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