
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.
@dpc-sdp/create-ripple-app
Advanced tools
Create a Ripple website using the Nuxt.js framework in seconds
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx @dpc-sdp/create-ripple-app <my-project>
For updating Ripple to latest in your project:
npx @dpc-sdp/create-ripple-app /home/user1/my-project --config /home/user1/example.json --release latest
For updating Ripple to specific SDP release in your project:
npx @dpc-sdp/create-ripple-app /home/user1/my-project --config /home/user1/example.json --release 1.23.0
There are several methods of providing config options
You can provide a JSON file with the key/values to populate by passing the --config parameter(absolute path), eg:
npx @dpc-sdp/create-ripple-app --config /home/user1/example.json
The JSON file should include the keys to populate, if there are missing keys you will then be asked to interactively add them.
Example JSON file
{
"name": "projectname",
"author": "DPC",
"description": "My great project",
"modules": "site,alert,grants",
"backendurl": "http://develop.content.vic.gov.au",
"siteid": "4",
"authuser": "shielduser",
"authpass": "shieldpass",
"gtmtoken": "GTM-123456-1"
}
You can pass all options as parameters to create-ripple-app eg:
npx @dpc-sdp/create-ripple-app --name projectname --author DPC --modules grant,site,alert,authenticatedContent --siteid 4 --authuser userid --authpass userpass --gtmtoken GTM-123456-1
If no parameters are passed (or if required parameters are missing) then you will be asked for each missing option interactively. To choose modules use the arrow keys to move and space bar to make a selection.
FAQs
Create a ripple app in seconds!
The npm package @dpc-sdp/create-ripple-app receives a total of 166 weekly downloads. As such, @dpc-sdp/create-ripple-app popularity was classified as not popular.
We found that @dpc-sdp/create-ripple-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.