
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.
grunt-public-js
Advanced tools
Automated tasks for public.js
This plugin requires Grunt ~0.4.1
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-public-js --save-dev
One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-public-js');
In your project's Gruntfile, add a section named public-js
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
'public-js': {
options: {
// Task-specific options go here.
},
your_target: {
// Target-specific file lists and/or options go here.
},
},
})
Type: String
A string with the value of scaffold
or lint
depending on the use.
Type: String
A path to your template file representing the test runner code you want to target.
In this example, we want to load Backbone.js, with Underscore.js as a dependency, and then have a qunit test scaffold created, using a QUnit test template.
grunt.initConfig({
scaffold: {
options: {
template: 'test/fixtures/qunit.tmpl',
source: 'test/fixtures/backbone.js',
type: 'scaffold'
},
files: {
'dest/backbone_tests.js': [ 'test/fixtures/underscore.js'],
},
},
})
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
BETA release. Please help this project become more stable.
FAQs
Automated tasks for public.js
We found that grunt-public-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.