Socket
Socket
Sign inDemoInstall

meteor-test-executable

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-test-executable - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

script.bat

3

index.js
var path = require('path');
var child_process = require('child_process');
var scriptName = (process.platform === 'win32') ? 'script.bat' : 'script.sh';
exports.doIt = function () {
child_process.execFile(path.join(__dirname, 'script.sh'),
child_process.execFile(path.join(__dirname, scriptName),
function (error, stdout, stderr) {

@@ -7,0 +8,0 @@ process.stdout.write(error + "; " + stdout);

{
"name": "meteor-test-executable",
"version": "0.0.1",
"version": "0.0.2",
"description": "used by meteor's self-test",

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

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