Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@code-dot-org/dance-party
Advanced tools
[![travis-ci](https://travis-ci.org/code-dot-org/dance-party.svg?branch=master)](https://travis-ci.org/code-dot-org/dance-party/builds) [![codecov](https://codecov.io/gh/code-dot-org/dance-party/branch/master/graph/badge.svg)](https://codecov.io/gh/code-d
Steps to get up and running
git clone git@github.com:code-dot-org/dance-party.git
cd dance-party
nvm use
npm install
npm run dev
At this point the app will be running at localhost:8080. Open the developer tools in Chrome and you can access the API via nativeAPI.*
If you want to make changes locally in dance-party and have them show up in your apps build, do the following
npm run link
npm link @code-dot-org/dance-party
This will set up a symlink in apps/node_modules to point at your local changes. Run npm run build
in dance-party, and then the apps build should pick the changes up next time it builds.
FAQs
[![Build Status](https://github.com/code-dot-org/dance-party/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/code-dot-org/dance-party/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/code-dot-org/dance-party/branch/mai
The npm package @code-dot-org/dance-party receives a total of 457 weekly downloads. As such, @code-dot-org/dance-party popularity was classified as not popular.
We found that @code-dot-org/dance-party demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.