Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Create Modular Front-End Build System, based on gulp ,easy useage
####In Your gulpfile:
/**
* Gulpfile.js
*/
var gulp = require('gulp'),
gman = require('gulpman')
// your other tasks ...
// xxx ...yyy
// if you want to set the dir, you can use config API:
gman.config({
'components': 'components',
'runtime_views': 'views',
'dist_views': 'views_dist',
'runtime_assets': 'assets',
'dist_assets': 'assets_dist',
'lib': 'lib', // the js library dir, set as a global module. Also you can set as bower_components
'global': 'common' // the global module dir,
'cdn_prefix': '', // cdn prefix,
'url_prefix': '/static' // usually set as /static, this involves the server config ,such as the static path of nginx
})
```
####In Your CLI:
````Shell
# publish
gulp gm:publish
# develop and watch
gulp gm:develop
# clean
gulp gm:clean
# compile for develop,not watch
gulp gm:compile
```
FAQs
Create Modular Front-End Build System. Based on gulp, very easy and light
The npm package gulpman receives a total of 4 weekly downloads. As such, gulpman popularity was classified as not popular.
We found that gulpman demonstrated a not healthy version release cadence and project activity because the last version was released 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.