New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-mocha-chai-sinon

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mocha-chai-sinon - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "grunt-mocha-chai-sinon",
"description": "MochaJS + ChaiJS + SinonJS Test Runner",
"version": "0.0.2",
"version": "0.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Marco Pegoraro",

@@ -40,2 +40,5 @@ grunt-mocha-chai-sinon

'grunt-mocha-chai-sinon': {
options: {
coverageFilter: '/foo/foo1/'
},
build: {

@@ -42,0 +45,0 @@ src: ['./specs/**/*.spec.js'],

@@ -9,8 +9,9 @@ /**

require('blanket')({
// Only files that match the pattern will be instrumented
pattern: '/src/'
});
module.exports = function(grunt) {
module.exports = function(grunt) {
// try to configure a coverage filter
require('blanket')({
// Only files that match the pattern will be instrumented
pattern: grunt.config.data['grunt-mocha-chai-sinon'].options.coverageFilter || '/src/'
});

@@ -17,0 +18,0 @@ grunt.registerMultiTask('grunt-mocha-chai-sinon', 'MochaJS + ChaiJS + SinonJS test runner', function() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc