Socket
Socket
Sign inDemoInstall

jackspeak

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jackspeak - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

dist/commonjs/index.js

@@ -504,3 +504,3 @@ "use strict";

if (valid && !valid(value)) {
cause = cause || { name: field, found: value };
cause ??= { name: field, found: value };
}

@@ -569,3 +569,3 @@ if (cause) {

if (config.validate && !config.validate(value)) {
cause = cause || { name: field, found: value };
cause ??= { name: field, found: value };
}

@@ -572,0 +572,0 @@ if (cause) {

@@ -496,3 +496,3 @@ import { inspect } from 'node:util';

if (valid && !valid(value)) {
cause = cause || { name: field, found: value };
cause ??= { name: field, found: value };
}

@@ -561,3 +561,3 @@ if (cause) {

if (config.validate && !config.validate(value)) {
cause = cause || { name: field, found: value };
cause ??= { name: field, found: value };
}

@@ -564,0 +564,0 @@ if (cause) {

{
"name": "jackspeak",
"version": "4.0.0",
"version": "4.0.1",
"description": "A very strict and proper argument parser.",

@@ -5,0 +5,0 @@ "tshy": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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