All Projects → sindresorhus → max-safe-integer

sindresorhus / max-safe-integer

Licence: MIT license
ES2015 Number.MAX_SAFE_INTEGER ponyfill

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to max-safe-integer

is-safe-integer
ES2015 Number.isSafeInteger() ponyfill
Stars: ✭ 16 (+6.67%)
Mutual labels:  deprecated, number, ponyfill
Os Tmpdir
[DEPRECATED] Node.js os.tmpdir() ponyfill
Stars: ✭ 31 (+106.67%)
Mutual labels:  deprecated, ponyfill
Os Homedir
[DEPRECATED] Node.js `os.homedir()` ponyfill
Stars: ✭ 55 (+266.67%)
Mutual labels:  deprecated, ponyfill
Let Er
DEPRECATED: Transpile non-ES6 let-blocks into ES6 (or ES3)
Stars: ✭ 183 (+1120%)
Mutual labels:  deprecated
Sketch Toolbox
DEPRECATED: A plugin manager for Sketch.app
Stars: ✭ 2,159 (+14293.33%)
Mutual labels:  deprecated
Liteaccordion
A lightweight horizontal accordion plugin for jQuery.
Stars: ✭ 234 (+1460%)
Mutual labels:  deprecated
Rust Everywhere
SUPERSEDED by https://github.com/japaric/trust
Stars: ✭ 253 (+1586.67%)
Mutual labels:  deprecated
Node Airbrake
node-airbrake is no longer maintained. Please visit https://airbrake.io/docs/performance-monitoring/updating-from-deprecated-libraries-for-node/
Stars: ✭ 179 (+1093.33%)
Mutual labels:  deprecated
Afterglow
HTML5 video player made easy.
Stars: ✭ 244 (+1526.67%)
Mutual labels:  deprecated
Govuk elements
❗️GOV.UK Elements is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 226 (+1406.67%)
Mutual labels:  deprecated
Bower Components
[DEPRECATED] Site to discover Bower components
Stars: ✭ 220 (+1366.67%)
Mutual labels:  deprecated
Terraintoolsamples
Unity has archived the TerrainToolSamples repository. For future development, please use the Terrain Tools package.
Stars: ✭ 195 (+1200%)
Mutual labels:  deprecated
Webview In Coordinatorlayout
Stars: ✭ 238 (+1486.67%)
Mutual labels:  deprecated
Laravel Angular
(deprecated) Laravel & Angular package
Stars: ✭ 187 (+1146.67%)
Mutual labels:  deprecated
Deep Assign
[DEPRECATED] Recursive Object.assign()
Stars: ✭ 249 (+1560%)
Mutual labels:  deprecated
Deprecated Dataapis
Markit On Demand - Market Data APIs
Stars: ✭ 181 (+1106.67%)
Mutual labels:  deprecated
Sabayon
DEPRECATED. DO NOT USE.
Stars: ✭ 240 (+1500%)
Mutual labels:  deprecated
Grunt Recess
[DEPRECATED] Lint and minify CSS and LESS
Stars: ✭ 205 (+1266.67%)
Mutual labels:  deprecated
Python Onedrive
Obsolete python/cli module for MS SkyDrive/OneDrive's old API, do not use for new projects
Stars: ✭ 202 (+1246.67%)
Mutual labels:  deprecated
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+1446.67%)
Mutual labels:  deprecated

Deprecated

This package is no longer relevant as ES2015 support is widespread.


max-safe-integer Build Status

ES2015 Number.MAX_SAFE_INTEGER ponyfill

Install

$ npm install --save max-safe-integer

Usage

var MAX_SAFE_INTEGER = require('max-safe-integer');

console.log(MAX_SAFE_INTEGER);
//=> 9007199254740991

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].