
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
@stdlib/constants-unicode-max
Advanced tools
Maximum Unicode code point.
npm install @stdlib/constants-unicode-max
var UNICODE_MAX = require( '@stdlib/constants-unicode-max' );
Maximum Unicode code point.
var bool = ( UNICODE_MAX === 1114111 );
// returns true
var randu = require( '@stdlib/random-base-randu' );
var floor = require( '@stdlib/math-base-special-floor' );
var fromCodePoint = require( '@stdlib/string-from-code-point' );
var UNICODE_MAX = require( '@stdlib/constants-unicode-max' );
var x;
var i;
for ( i = 0; i < 100; i++ ) {
x = floor( randu() * UNICODE_MAX );
console.log( fromCodePoint( x ) );
}
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
See LICENSE.
Copyright © 2016-2021. The Stdlib Authors.
0.0.6 (2021-08-22)
No changes reported for this release.
</section> <!-- /.release --> <section class="release" id="v0.0.5">FAQs
Maximum Unicode code point.
We found that @stdlib/constants-unicode-max demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.