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

arguer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arguer - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

arguer.js

@@ -14,7 +14,9 @@ /**

format._optional = 0;
var f;
for (var x in format)
{
if (format[x] && (format[x].optional || format[x].mutex || format[x].requires || format[x].requiredBy || ('default' in format[x])))
var f = format[x];
if (f && typeof f === 'object' && (f.optional || f.mutex || f.requires || f.requiredBy || ('default' in f)))
{
format[x].optional = true;
f.optional = true;
format._optional++;

@@ -21,0 +23,0 @@ }

{
"name": "arguer",
"version": "0.0.3",
"version": "0.0.4",
"author": "Bret Copeland <bret@atlantisflight.org>",

@@ -5,0 +5,0 @@ "description": "Normalizes arguments for JavaScript functions with optional arguments and provides optional typing.",

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