Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-workspace

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-workspace - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "grunt-workspace",
"version": "0.1.2",
"version": "0.1.3",
"description": "PoliteJS Workspace Tasks & Utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

var extend = require('extend');
var childProcess = require('child_process');

@@ -33,2 +33,10 @@ module.exports = function(grunt) {

grunt.registerTask('wks-install-karma', 'install karmajs dependencies', function() {
var cl = childProcess.exec('npm install grunt-karma karma karma-chrome-launcher karma-jasmine karma-mocha karma-firefox-launcher karma-safari-launcher karma-phantomjs-launcher karma-chai karma-opera-launcher karma-coverage karma-sinon karma-osx-reporter karma-growl-reporter mocha chai sinon --save-dev', function() {});
cl.on('exit', this.async());
cl.stdout.on('data', function(data) {
process.stdout.write(data);
});
});
};
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