
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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.
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.