Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
1
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.2 to 3.0.0-rc.3

2

lib/advanced/options/String.js

@@ -30,3 +30,3 @@ 'use strict';

}
if (typeof initialValue === `undefined` && typeof value === `undefined`)
if (typeof initialValue === `undefined` && typeof currentValue === `undefined`)
return undefined;

@@ -33,0 +33,0 @@ return utils.applyValidator(key, currentValue, opts.validator);

{
"name": "clipanion",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"main": "lib/advanced/index",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc