https://github.com/golang/snappy
The Snappy compression format in the Go programming language.
Last synced: 12 Aug 2026
https://github.com/streamich/fs-monkey
Monkey-patches for file system related things
Last synced: 12 Aug 2026
https://github.com/JoshGlazebrook/socks
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
client socket socks socks-client socks-protocol socks-proxy socks4 socks4a socks5 typescript
Last synced: 12 Aug 2026
https://github.com/storybookjs/react-docgen-typescript-plugin
A webpack plugin to inject react typescript docgen information
Last synced: 12 Aug 2026
https://github.com/google/pprof
pprof is a tool for visualization and analysis of profiling data
performance performance-analysis pprof profiler
Last synced: 12 Aug 2026
https://github.com/wooorm/character-reference-invalid
Map of invalid numeric character references to their replacements, according to HTML
character entity html invalid reference
Last synced: 12 Aug 2026
https://github.com/nbubna/store
A better way to use localStorage and sessionStorage
browsers javascript localstorage namespace sessionstorage storage
Last synced: 12 Aug 2026
https://github.com/inspect-js/is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
collection ecmascript javascript js-weakset map set weakmap weakset
Last synced: 12 Aug 2026
https://github.com/focus-trap/tabbable
Find descendants of a DOM node that are in the tab order
a11y dependabot focus-trap focusable
Last synced: 12 Aug 2026
https://github.com/mathiasbynens/cssesc
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Last synced: 12 Aug 2026
https://github.com/npm/normalize-package-data
normalizes package metadata, typically found in package.json file.
npm-cli
Last synced: 12 Aug 2026
https://github.com/akheron/optics-ts
Type-safe, ergonomic, polymorphic optics for TypeScript
functional-programming immutable isomorphism lens optics prism traversal typescript
Last synced: 12 Aug 2026
https://github.com/dependents/node-module-lookup-amd
Resolve aliased dependency paths using a RequireJS config
requirejs
Last synced: 12 Aug 2026
https://github.com/fb55/css-select
a CSS selector compiler & engine
css-selector cssselect dom dom-structure html htmlparser2 javascript
Last synced: 12 Aug 2026
https://github.com/sindresorhus/strip-indent
Strip leading whitespace from each line in a string
Last synced: 12 Aug 2026
https://github.com/wooorm/trigram-utils
A few language trigram utilities
clean trigram tuple
Last synced: 12 Aug 2026
https://github.com/awslabs/aws-lambda-go-api-proxy
lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Last synced: 12 Aug 2026
https://github.com/mridgway/hoist-non-react-statics
Copies non-react specific statics from a child component to a parent component
Last synced: 12 Aug 2026
https://github.com/bouzuya/cookie-storage
A Web Storage interface for Cookie
Last synced: 12 Aug 2026
https://github.com/es-shims/Object.values
ES2017 spec-compliant shim for Object.values
ecmascript javascript object polyfill shim values
Last synced: 12 Aug 2026
https://github.com/eemeli/yaml
YAML parser and serialiser for JavaScript
yaml yaml-editor yaml-parser
Last synced: 12 Aug 2026
https://github.com/jshttp/cookie
HTTP server cookie parsing and serialization
cookie http javascript nodejs
Last synced: 12 Aug 2026
https://github.com/chaijs/chai-http
HTTP Response assertions for the Chai Assertion Library.
Last synced: 12 Aug 2026
https://github.com/webpack/enhanced-resolve
Offers an async require.resolve function. It's highly configurable.
commonjs esm javascript resolve resolver
Last synced: 12 Aug 2026
https://github.com/inspect-js/node-supports-preserve-symlinks-flag
Determine if the current node version supports the `--preserve-symlinks` flag.
flag node preserve-symlinks symlink symlinks
Last synced: 12 Aug 2026
https://github.com/mathiasbynens/is-potential-custom-element-name
Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.
Last synced: 12 Aug 2026
https://github.com/inexorabletash/text-encoding
Polyfill for the Encoding Living Standard's API
encoding polyfill
Last synced: 12 Aug 2026
https://github.com/nodejs/string_decoder
'string_decoder' module from Node.js core
node nodejs
Last synced: 12 Aug 2026
https://github.com/ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
accessor configurable data define ecmascript enumerable javascript object property writable
Last synced: 12 Aug 2026
https://github.com/wooorm/ccount
Count how often a substring occurs
character count string value
Last synced: 12 Aug 2026
https://github.com/tj/co
The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)
Last synced: 12 Aug 2026
https://github.com/reactjs/react-docgen
A CLI and library to extract information from React component files for documentation generation purposes.
docgen documentation json react reactjs
Last synced: 12 Aug 2026
https://github.com/inspect-js/is-array-buffer
Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
array arraybuffer buffer ecmascript is javascript
Last synced: 12 Aug 2026
https://github.com/sindresorhus/hasha
Hashing made simple. Get the hash of a buffer/string/stream/file.
Last synced: 12 Aug 2026
https://github.com/web-platform-dx/baseline-browser-mapping
baseline-browser-mapping exposes arrays of browsers compatible with Baseline Widely Available and specified Baseline year feature sets.
Last synced: 12 Aug 2026
https://github.com/mcollina/fast-json-parse
The fastest way to parse JSON safely
Last synced: 12 Aug 2026
https://github.com/mathiasbynens/unicode-match-property-ecmascript
Match a given Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Last synced: 12 Aug 2026
https://github.com/ai/nanoid
A tiny (118 bytes), secure, URL-friendly, unique string ID generator for JavaScript
Last synced: 12 Aug 2026
https://github.com/SheetJS/js-crc32
:cyclone: JS standard CRC-32 and CRC32C implementation
bytes checksum crc crc-32 crc32c data
Last synced: 12 Aug 2026
https://github.com/epoberezkin/fast-json-stable-stringify
Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.
Last synced: 12 Aug 2026
https://github.com/sindresorhus/env-paths
Get paths for storing things like data, config, cache, etc
Last synced: 12 Aug 2026
https://github.com/thlorenz/convert-source-map
Converts a source-map from/to different formats.
Last synced: 12 Aug 2026
https://github.com/micromark/micromark-extension-gfm-autolink-literal
micromark extension to support GFM autolink literals
autolink gfm github literal micromark micromark-extension raw url
Last synced: 12 Aug 2026
https://github.com/ljharb/es-errors
A simple cache for a few of the JS Error constructors.
ecmascript error javascript rangeerror syntaxerror typeerror
Last synced: 12 Aug 2026
https://github.com/estools/escodegen
ECMAScript code generator
ast ecmascript estree javascript
Last synced: 12 Aug 2026
https://github.com/open-draft/logger
Environment-agnostic, ESM-friendly logger for simple needs.
debug info log logger warn
Last synced: 12 Aug 2026
https://github.com/fb55/css-what
a CSS selector parser
css css-selector-parser javascript selector
Last synced: 12 Aug 2026
https://github.com/blakeembrey/array-flatten
Flatten a multi-dimensional array in JavaScript.
array-flatten arrayish javascript
Last synced: 12 Aug 2026
https://github.com/npm/minipass-fetch
An implementation of window.fetch in Node.js using Minipass streams
npm-cli
Last synced: 12 Aug 2026
https://github.com/distribution/reference
Go module implementing general types to represent any way of referencing images within distribution
Last synced: 12 Aug 2026
https://github.com/open-telemetry/opentelemetry-go-instrumentation
OpenTelemetry Auto Instrumentation using eBPF
ebpf go golang instrumentation metrics observability telemetry tracing
Last synced: 12 Aug 2026
https://github.com/streamich/glob-to-regex
Converts a GLOB pattern to JavaScript RegExp
Last synced: 12 Aug 2026
https://github.com/bholloway/adjust-sourcemap-loader
Webpack loader that adjusts source maps
Last synced: 12 Aug 2026
https://github.com/ljharb/call-bind-apply-helpers
Helper functions around Function call/apply/bind, for use in `call-bind`
Last synced: 12 Aug 2026
https://github.com/colorjs/color-name
A JSON with CSS color names
color colorjs
Last synced: 12 Aug 2026
https://github.com/terser/html-minifier-terser
actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code
cli compress ecmascript6 es6 minify terser uglify uglify-js uglifyjs
Last synced: 12 Aug 2026
https://github.com/felixge/node-combined-stream
A stream that emits multiple other streams one after another.
Last synced: 12 Aug 2026
https://github.com/NaturalIntelligence/xml-naming
Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1
Last synced: 12 Aug 2026
https://github.com/stevenvachon/relateurl
Create a relative URL with options to minify.
minify minify-urls nodejs url whatwg
Last synced: 12 Aug 2026
https://github.com/divmaster3000/react-pdf-viewer
A React component to view a PDF document
Last synced: 12 Aug 2026
https://github.com/rawify/Fraction.js
The RAW rational numbers library written in JavaScript
fraction javascript math numbers rational-numbers
Last synced: 12 Aug 2026
https://github.com/ts-essentials/ts-essentials
All essential TypeScript types in one place 🤙
essentials toolbox type-level-programming types typescript
Last synced: 12 Aug 2026
https://github.com/dai-shi/use-context-selector
React useContextSelector hook in userland
custom-hook react react-context react-hooks
Last synced: 12 Aug 2026
https://github.com/alexei/sprintf.js
sprintf.js is a complete open source JavaScript sprintf implementation
javascript sprintf
Last synced: 12 Aug 2026
https://github.com/pmndrs/jotai
👻 Primitive and flexible state management for React
atomic hacktoberfest management react state
Last synced: 12 Aug 2026
https://github.com/feross/run-parallel
Run an array of functions in parallel
async browser javascript nodejs parallel
Last synced: 12 Aug 2026
https://github.com/samcday/node-stream-buffer
Readable and Writable Streams that use backing Buffers.
Last synced: 12 Aug 2026
https://github.com/dwmkerr/wait-port
Simple binary to wait for a port to open. Useful for docker-compose and general server side activities.
Last synced: 12 Aug 2026
https://github.com/isaacs/json-stringify-nice
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Last synced: 12 Aug 2026
https://github.com/jamiebuilds/min-indent
Get the shortest leading whitespace from lines in a string
Last synced: 12 Aug 2026
https://github.com/wildlyinaccurate/tiny-relative-date
Tiny function that provides relative, human-readable dates.
human-readable-dates relative-date relative-time
Last synced: 12 Aug 2026
https://github.com/dependents/detective-typescript
Get the dependencies of a TypeScript module
detective typescript
Last synced: 12 Aug 2026
https://github.com/kentcdodds/babel-plugin-macros
🎣 Allows you to build simple compile-time libraries
babel babel-macros babel-plugin
Last synced: 12 Aug 2026
https://github.com/isaacs/minipass-sized
A Minipass stream that raises an error if you get a different number of bytes than expected
Last synced: 12 Aug 2026
https://github.com/grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
go grpc grpc-gateway openapi rest-api restful-api swagger
Last synced: 12 Aug 2026
https://github.com/Yqnn/node-readdir-glob
Recursive fs.readdir with streaming API and glob filtering.
Last synced: 12 Aug 2026
https://github.com/MikeMcl/big.js
A small, fast JavaScript library for arbitrary-precision decimal arithmetic.
arbitrary-precision bigdecimal bignumber decimal-places javascript
Last synced: 12 Aug 2026
https://github.com/jeffbski/wait-on
wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
Last synced: 12 Aug 2026
https://github.com/sindresorhus/strip-json-comments
Strip comments from JSON. Lets you use comments in your JSON files!
json json-comments jsonc npm-package
Last synced: 12 Aug 2026
https://github.com/PeculiarVentures/pvtsutils
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
Last synced: 12 Aug 2026
https://github.com/jonschlinkert/clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
clone clone-deep copy deep deep-clone deep-copy javascript jonschlinkert js node nodejs object
Last synced: 12 Aug 2026
https://github.com/dependents/node-detective-cjs
Get the dependencies of a CommonJS module by traversing its AST
commonjs detective
Last synced: 12 Aug 2026
https://github.com/streamich/tree-dump
Simple console tree printing helpers
Last synced: 12 Aug 2026
https://github.com/sindresorhus/default-browser-id
Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari
Last synced: 12 Aug 2026
https://github.com/lupomontero/psl
JavaScript domain name parser based on the Public Suffix List
domain-name domain-parser javascript public-suffix-list
Last synced: 12 Aug 2026
https://github.com/ljharb/set-function-length
Set a function's length property
ecmascript function javascript length set
Last synced: 12 Aug 2026
https://github.com/isaacs/core-util-is
The util.is* functions from Node core
Last synced: 12 Aug 2026
https://github.com/defunctzombie/node-url
node.js core url module as a module
Last synced: 12 Aug 2026