Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 0.0.7

5

lib/capture.js
// Helper to capture task output (adapted from tests for grunt-contrib-jshint)
var fs = require('fs'),
grunt = require('grunt');
grunt = require('grunt'),
path = require('path');
mkdirp = require('mkdirp');

@@ -9,2 +11,3 @@ module.exports = function(captureFile, quiet, run, done) {

if (captureFile) {
mkdirp.sync(path.dirname(captureFile));
fd = fs.openSync(captureFile, 'w');

@@ -11,0 +14,0 @@ }

{
"name": "grunt-mocha-chai-sinon",
"description": "MochaJS + ChaiJS + SinonJS Test Runner",
"version": "0.0.6",
"version": "0.0.7",
"author": {

@@ -26,3 +26,4 @@ "name": "Marco Pegoraro",

"sinon": "~1.7.3",
"blanket": "~1.1.5"
"blanket": "~1.1.5",
"mkdirp": "~0.3.5"
},

@@ -29,0 +30,0 @@ "devDependencies": {},

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