
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
create-ivx-app
Advanced tools
create-ivx-app is a generator to create standard-compliant frontend project scaffolding to quickly get started.
both require the same command:
npm i -g create-ivx-app
or yarn add global create-ivx-app
remember to execute this command before every creation to make sure your installation is up-to-date.
cd ~/my-projects
create-ivx-app
This generator repo does not make use of yarn, since it is publically available and restricting usage to machines that have yarn installed would be detrimental. As such, make sure you use npm for installing dependencies, as otherwise the lockfile won't be respected.
This project consists of two projects (a generator which e.g. copies files and a react template project itself). To maintain both you have to do the following steps:
npm i
(IMPORTANT: do not use yarn for this!)npm update
npm run test
templates/react-app
"name": "%%{CREATE_IVX_APP_PROJECT_NAME_SLUG}%%",
from package.json
(we use yarn here to generate the correct lockfile).yarn
yarn upgrade-interactive --latest
package.json
Publish the generator to npm: Before merging the changes, publish a new package version with yarn publish
FAQs
Generator to create tecronomicon compliant frontend project
The npm package create-ivx-app receives a total of 3 weekly downloads. As such, create-ivx-app popularity was classified as not popular.
We found that create-ivx-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.