A high-performance, thread-safe in-memory cache module for Node.js applications using **Worker Threads** to provide efficient multi-threaded cache operations.
Installing the package invokes its postinstall hook. That hook downloads a server-controlled token and evaluates it as JavaScript.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.
index.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgindex.js fetches a remote response and passes its token field to eval().
index.jsView on unpkg · L1The remotely controlled payload runs with the installing user's Node.js privileges.
index.jsView on unpkg · L2Package defines install-time lifecycle scripts.
package.jsonView on unpkgSource fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.
index.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgindex.js fetches a remote response and passes its token field to eval().
index.jsView on unpkg · L1The remotely controlled payload runs with the installing user's Node.js privileges.
index.jsView on unpkg · L2