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

cp-remote

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-remote - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

coverage/lcov-report/index.js.html

14

Gruntfile.js

@@ -35,9 +35,13 @@ /*jslint node: true */

cover: {
command: './node_modules/.bin/istanbul cover ./node_modules/.bin/grunt -- test ' + (remote_index < 0 ? /* istanbul ignore next */ '' : process.argv.slice(remote_index).join(' '))
command: "./node_modules/.bin/nyc -x Gruntfile.js -x 'test/**' ./node_modules/.bin/grunt test " + (remote_index < 0 ? '' : process.argv.slice(remote_index).join(' '))
},
check_cover: {
command: './node_modules/.bin/istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100'
cover_report: {
command: './node_modules/.bin/nyc report -r lcov'
},
cover_check: {
command: './node_modules/.bin/nyc check-coverage --statement 100 --branch 100 --function 100 --line 100'
},
coveralls: {

@@ -66,5 +70,7 @@ command: 'cat coverage/lcov.info | coveralls'

grunt.registerTask('pack', 'shell:pack');
grunt.registerTask('coverage', ['shell:cover', 'shell:check_cover']);
grunt.registerTask('coverage', ['shell:cover',
'shell:cover_report',
'shell:cover_check']);
grunt.registerTask('coveralls', 'shell:coveralls');
grunt.registerTask('default', ['lint', 'test']);
};

@@ -97,3 +97,3 @@ /**

```shell
grunt coverage
grunt coverage --remote=<host1> --remote=<host2> ...
```

@@ -100,0 +100,0 @@

{
"name": "cp-remote",
"description": "Remote child_process runner with message support",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/davedoesdev/cp-remote",

@@ -37,14 +37,14 @@ "author": {

"devDependencies": {
"async": "~1.5.2",
"async": "~2.6.0",
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-apidox": "~0.1.9",
"grunt-shell": "~1.3.0",
"mocha": "~2.4.5",
"chai": "~3.5.0",
"istanbul": "~0.4.3",
"coveralls": "~2.11.9",
"yargs": "~4.7.1"
"grunt-contrib-jshint": "~1.1.0",
"grunt-mocha-test": "~0.13.3",
"grunt-apidox": "~0.1.10",
"grunt-shell": "~2.1.0",
"mocha": "~4.0.1",
"chai": "~4.1.2",
"nyc": "~11.3.0",
"coveralls": "~3.0.0",
"yargs": "~10.0.3"
}
}

@@ -96,3 +96,3 @@ # cp-remote&nbsp;&nbsp;&nbsp;[![Build Status](https://travis-ci.org/davedoesdev/cp-remote.png)](https://travis-ci.org/davedoesdev/cp-remote) [![Coverage Status](https://coveralls.io/repos/davedoesdev/cp-remote/badge.png?branch=master)](https://coveralls.io/r/davedoesdev/cp-remote?branch=master) [![NPM version](https://badge.fury.io/js/cp-remote.png)](http://badge.fury.io/js/cp-remote)

```shell
grunt coverage
grunt coverage --remote=<host1> --remote=<host2> ...
```

@@ -99,0 +99,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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