Gathering detailed insights and metrics for grunt-casperjs-options
Gathering detailed insights and metrics for grunt-casperjs-options
Gathering detailed insights and metrics for grunt-casperjs-options
Gathering detailed insights and metrics for grunt-casperjs-options
npm install grunt-casperjs-options
Typescript
Module System
Min. Node Version
NPM Version
54.7
Supply Chain
75.8
Quality
72.2
Maintenance
25
Vulnerability
98.2
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
104 Stars
131 Commits
51 Forks
9 Watchers
1 Branches
21 Contributors
Updated on Oct 11, 2023
Latest Version
1.0.6
Package Id
grunt-casperjs-options@1.0.6
Size
3.54 kB
NPM Version
1.3.11
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
With this grunt.js task you can run tests with CasperJS.
First Install CasperJS.
This plugin requires Grunt ~0.4.0
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:
1npm install grunt-casperjs --save-dev
One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-casperjs');
In your project's Gruntfile, add a section named casperjs
to the data object passed into grunt.initConfig()
.
1grunt.initConfig({
2 casperjs: {
3 options: {
4 // Task-specific options go here.
5 },
6 your_target: {
7 // Target-specific file lists and/or options go here.
8 },
9 },
10})
1grunt.initConfig({ 2 casperjs: { 3 options: {}, 4 files: { 5 ['tests/casperjs/**/*.js'] 6 }, 7 }, 8})
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.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 8/21 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More