
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
generator-dmninteractives
Advanced tools
Yeoman generator for interactive pages at The Dallas Morning News
A Yeoman generator for DMN-flavored "interactive" pages with easy publishing.
Translation: A simple app that helps speed up developing a custom "interactive" page using our DMN house template.
See the wiki for complete instructions on using the app.
brew install node
brew install git
git-secrets
- brew install git-secrets
Install global dependencies, including Yeoman and the generator.
$ npm install -g gulp-cli yo
$ npm install -g --production generator-dmninteractives
(The --production
flag is optional, but prevents your global Node modules folder from getting confused by the dev tooling for the generator)
Create a clean directory for your project in your terminal.
$ mkdir your-app-directory
$ cd your-app-directory
Run the generator in your new project directory.
$ yo dmninteractives
The generator will set up your working directory, install dependencies, copy template files and scripts, start a local webserver and open your browser.
Be sure to fill out the meta.json
file to correctly complete metatags in the template.
The generator uses gulp, a node-based task runner, to watch your directories for changes as you code, render templates, prepare static files and start a local webserver to preview your project in the browser.
To work on your project, launch gulp in your app's root directory:
$ gulp
Your project is separated into two main directories:
src
dist
The src
directory is your working directory. You'll write all your code and place all necessary static assets in this directory.
The dist
directory includes transpiled SCSS, minified JavaScript and responsive images. Gulp serves a live preview of your page from this folder.
Execute one of the gulp publish commands to publish to either the test or production directory of the bucket:
gulp publish
gulp publish-test
FAQs
Yeoman generator for interactive pages at The Dallas Morning News
The npm package generator-dmninteractives receives a total of 0 weekly downloads. As such, generator-dmninteractives popularity was classified as not popular.
We found that generator-dmninteractives demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.