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

@miniflare/cli-parser

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/cli-parser - npm Package Compare versions

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

2

dist/src/index.d.ts

@@ -14,4 +14,4 @@ import { MiniflareError } from '@miniflare/shared';

export declare function wrapLines(text: string, length: number): string[];
/* Excluded from this release type: _wrapLines */
export { }

@@ -29,3 +29,3 @@ // packages/cli-parser/src/help.ts

};
function wrapLines(text, length) {
function _wrapLines(text, length) {
const lines = [text];

@@ -101,3 +101,3 @@ let lastLine;

const lineLength = columns - (leftPaddingLength + typeName.length + 3);
const lines = wrapLines(description, lineLength);
const lines = _wrapLines(description, lineLength);
out += lines[0].padEnd(lineLength, " ");

@@ -333,6 +333,6 @@ out += grey(` [${typeName}]`);

ParseError,
_wrapLines,
buildHelp,
parseArgv,
wrapLines
parseArgv
};
//# sourceMappingURL=index.js.map
{
"name": "@miniflare/cli-parser",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "CLI option parsing module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -39,8 +39,8 @@ "keywords": [

"dependencies": {
"@miniflare/shared": "2.0.0-rc.2",
"@miniflare/shared": "2.0.0-rc.3",
"kleur": "^4.1.4"
},
"devDependencies": {
"@miniflare/core": "2.0.0-rc.2",
"@miniflare/shared-test": "2.0.0-rc.2",
"@miniflare/core": "2.0.0-rc.3",
"@miniflare/shared-test": "2.0.0-rc.3",
"@types/mri": "^1.1.1",

@@ -47,0 +47,0 @@ "mri": "^1.1.6"

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