Socket
Socket
Sign inDemoInstall

ntfd

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntfd - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

8

lib/runlib.js
var nodeunit = require('nodeunit')
var disableStdout = function() {
var write = process.stdout.write
process.stdout.write = function() {}
return function() { process.stdout.write = write }
}
exports.path = __filename

@@ -84,6 +90,8 @@

var argv = process.argv
, enableStdout = disableStdout()
exports.suite(argv[2], argv[3], function(err, data) {
enableStdout()
console.log(JSON.stringify(data))
})
}

2

package.json
{
"name": "ntfd",
"description": "Network Testing Framework Daemon",
"version": "0.4.0",
"version": "0.4.1",
"engines": { "node": ">= 0.4" },

@@ -6,0 +6,0 @@ "dependencies": {

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