Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Howto import commons azk-dev gulp tasks and extends:
// gulpfile.js
var azk_gulp = require('azk-dev/gulp')({
cwd : __dirname,
lint: [ "bin/**/*.js" ], // Extra files for the lint analyzer
});
var gulp = azk_gulp.gulp;
gulp.task("show:args", "Help text", ["before:show"], function() {
console.log(azk_gulp.yargs.argv);
return null;
}, { aliases: ["sa", "s"] });
Check the tasks added to the running gulp (yes we have a gulp help
\o/):
$ gulp help
// spec/spec-help.js
var Helpers = {
expect : require('azk-dev/chai').expect,
};
export default Helpers;
Create symlinks to shared/.jscsrc
, shared/.jshintrc
and shared/.editorconfig
$ gulp editor-config
"Azuki", "Azk" and the Azuki logo are copyright (c) 2013-2015 Azuki Serviços de Internet LTDA.
Azk source code is released under Apache 2 License.
Check LEGAL and LICENSE files for more information.
FAQs
Library which holds the basic tools for the development of azk projects
The npm package azk-dev receives a total of 3 weekly downloads. As such, azk-dev popularity was classified as not popular.
We found that azk-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.