
Security News
pnpm 10.16 Adds New Setting for Delayed Dependency Updates
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
@recordreplay/sourcemap-upload-cli
Advanced tools
A CLI application for uploading sourcemaps to Replay for use while replaying recordings.
Provides a CLI application that allows uploading production sourcemaps to Replay's servers so that they can be used when viewing recordings.
replay-sourcemap-upload
CLI commandThe CLI command replay-sourcemap-upload [opts] <paths...>
has the following options:
<paths>
: (Required) A set of files or directories to search for generated files and sourcemap files.--group
: (Required) To allow for tracking and browsing of maps that have been uploaded, we
require uploaded names to have an overall group name associated with them.
This could for instance be a version number, or commit hash.--key
: The API key to use when connecting to Replay's servers.
Defaults to process.env.RECORD_REPLAY_API_KEY
.--root
: Set the directory that relative paths should be computed with respect to. The relative path
of sourcemaps is included in the uploaded entry, and will be visible in the uploaded-asset UI, so this
can be used to strip off unimportant directories in the build path. Defaults to process.cwd()
.--ignore
: Provide an ignore pattern for files to ignore when searching for sourcemap-related data.
This may be passed multiple times to ignore multiple things.--quiet
: Tell the CLI to output nothing to stdout. Errors will still log to stderr.--verbose
: Output additional information about the sourcemap map search.--dry-run
: Run all of the local processing and searching for maps, but skip uploading them.--extensions
: The comma-separated set of file extensions to search for sourcemap-related data.
Defaults to ".js,.map"
.FAQs
A CLI application for uploading sourcemaps to Replay for use while replaying recordings.
The npm package @recordreplay/sourcemap-upload-cli receives a total of 18 weekly downloads. As such, @recordreplay/sourcemap-upload-cli popularity was classified as not popular.
We found that @recordreplay/sourcemap-upload-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.