Socket
Book a DemoInstallSign in
Socket

max-argument-size

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

max-argument-size

Get maximum argument size

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

max-argument-size Build Status

Get maximum argument size

Install

$ npm install --save max-argument-size

Usage

const maxArgumentSize = require('max-argument-size');

maxArgumentSize().then(max => {
	console.log(max);
	//=> 262144
});

API

maxArgumentSize()

Returns a Promise for a number with the maximum argument size.

maxArgumentSize.sync()

Returns a number with the maximum argument size.

License

MIT © Kevin Martensson

Keywords

arg

FAQs

Package last updated on 20 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts