
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.
Reverse browserify: unpackjs is a tool to split a single file in multiple files
browserify
takes a project and generates a single file.
This tool, unpackjs
does the opposite: It takes a list of files, and creates
a directory with separate modules for each file.
This has only been tested with browserify, but other bundlers such as RequireJS or Webpack may be supported in the future if I need such a tool.
$ npm install -g unpackjs
$ unpackjs path/to/file.js path/to/file2.js
# Now there are directories "path-to-file" and "path-to-file2" that contain
# the modules.
Rob Wu rob@robwu.nl (https://robwu.nl)
FAQs
Reverse browserify: unpackjs is a tool to split a single file in multiple files
The npm package unpackjs receives a total of 3 weekly downloads. As such, unpackjs popularity was classified as not popular.
We found that unpackjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.