
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
mediapicker
Advanced tools
Media Picker is Atlassian's toolkit for getting your customer's files to the Media API.
You can read documentation on this page.
Media Picker consists of two sub-projects that both need to be set up.
First, install the dependencies:
yarn
(cd popup && yarn)
Second, build both projects (whenever you made changes):
yarn build-local
(cd popup && yarn build)
Link all the things:
1- Link mediapicker
~/mediapicker: yarn link
2- Link mediapicker inside popup
~/mediapicker/popup: yarn link mediapicker
Now spin up the development server:
yarn start
Watch for changes
yarn watch
(cd popup && yarn watch)
Open Chrome in unsafe
mode in order to override Access-Control-Allow-Origin
restrictions when using localhost
:
open -a Google\ Chrome\ Canary --args --disable-web-security --user-data-dir
And finally open the example page from a local python server:
python -m SimpleHTTPServer 8080
open http://localhost:8080/lib/example/popup.html
yarn test
Requires
yarn build-local
to create the necessary config files.
Manually bump the version in package.json
.
FAQs
Library for handling file uploads
The npm package mediapicker receives a total of 59 weekly downloads. As such, mediapicker popularity was classified as not popular.
We found that mediapicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.