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

ric-utils-misc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ric-utils-misc - npm Package Compare versions

Comparing version 1.0.54 to 1.0.55

2

lib/validator.js

@@ -19,3 +19,3 @@ /*

function normalize(value) {
if (typeof value === 'undefined') {
if (value === null || typeof value === 'undefined') {
value = '';

@@ -22,0 +22,0 @@ }

{
"name": "ric-utils-misc",
"version": "1.0.54",
"version": "1.0.55",
"description": "Miscellaneous utility functions",

@@ -5,0 +5,0 @@ "main": "index",

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