
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
@openstapps/api-cli
Advanced tools
To get some data into a local backend-node
-instance, you can run this
as a standalone program to copy data of a remote backend-node
-instance
into your local one.
Example to copy all Events of the b-tu instance:
npm install
npm run build
node ./lib/cli.js copy Event https://stappsbe01.innocampus.tu-berlin.de http://localhost:3000 100
Example to index all items from @openstapps/core test files to a backend:
npm install
npm run build
node ./lib/cli.js e2e http://localhost:3000
Example to clone the full database
node app.js copy "*" https://mobile.app.uni-frankfurt.de http://localhost:3000 100
node ./lib/cli.js copy <type> <from> <to> <batchSize>
node ./lib/cli.js e2e <to>
The source identifier for the bulk to use with the target instance (default is 'copy')
-s, --bulkSource <bulkScource>
The App version to use (unset by default)
-a, --appVersion <version>
The only available option for e2e
command. File path to json test files each containing a SCThing.
-s, --samples <path>
with docker when backend is running on localhost:3000
:
docker run --net=host registry.gitlab.com/openstapps/api/cli copy Place https://stappsbe01.innocampus.tu-berlin.de http://localhost:3000 100
Or using e2e
command:
docker run --net=host registry.gitlab.com/openstapps/api/cli e2e http://localhost:3000
FAQs
CLI client for @openstapps/api
The npm package @openstapps/api-cli receives a total of 11 weekly downloads. As such, @openstapps/api-cli popularity was classified as not popular.
We found that @openstapps/api-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.