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

cli-argument-parser

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-argument-parser - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

8

lib/index.d.ts

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

};
/**
* Filtering only relevant arguments by preferred prefix (--) and seperator (=)
* @param prefix The prefix of the argument
* @param seperator The seperator of the argument
*/
export declare function filterArguments(prefix: string, seperator: string): {
[key: string]: string;
};

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.cliArguments = void 0;
exports.filterArguments = exports.cliArguments = void 0;
const file = require("file-exists");

@@ -33,1 +33,2 @@ /**

}
exports.filterArguments = filterArguments;
{
"name": "cli-argument-parser",
"version": "0.0.7",
"version": "0.0.8",
"description": "A package containing relevant CLI actions",

@@ -5,0 +5,0 @@ "main": "lib/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