An automated security validation system for Android applications. This tool orchestrates ADB and Appium to verify: - **Runtime Integrity**: Debuggable flags, Logcat leaks, Manifest settings. - **Storage Confidentiality**: Plaintext sensitive data in priva
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
An HTTP/1.1 client, written from scratch for Node.js
zlib port to javascript - fast, modularized, with browser support
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Stringify your JSON at max speed
Fastest random ID and random string generation for Node.js
High-performance Base64 encoder and decoder
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
A type checking library where each exported function returns either true or false and does not throw. Also added tests.
Stringify any JavaScript value.
EC cryptography
Sign and unsign cookies
No description provided.
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
a CSS selector parser
SIMD crc32
Uber-fast unique id generation, for Node.js and the browser
Repeat the given string n times. Fastest implementation for repeating a string.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons
convert umask from string <-> number
Left pad a string with zeros or a specified string. Fastest implementation.