Socket
Socket
Sign inDemoInstall

to-length-x

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-length-x

ES6-compliant shim for ToLength.


Version published
Maintainers
1
Created
Source

Travis status Dependency status devDependency status npm version

to-length-x

ES6-compliant shim for ToLength.

See: 7.1.15 ToLength ( argument )
Version: 1.4.0
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750

module.exports(value)number

Converts value to an integer suitable for use as the length of an array-like object.

Kind: Exported function
Returns: number - Returns the converted integer.

ParamTypeDescription
value*The value to convert.

Example

var toLength = require('to-length-x');
toLength(3); // 3
toLength(Number.MIN_VALUE); // 0
toLength(Infinity); // Number.MAX_SAFE_INTEGER
toLength('3'); // 3

Keywords

FAQs

Package last updated on 10 Jul 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

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