New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tcurl

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcurl - npm Package Compare versions

Comparing version 4.4.4 to 4.4.5

onedirection.thrift

5

index.js

@@ -28,3 +28,2 @@ #!/usr/bin/env node

var TChannelAsJSON = require('tchannel/as/json');
var thriftify = require('thriftify');
var minimist = require('minimist');

@@ -135,3 +134,3 @@ var myLocalIp = require('my-local-ip');

specs[serviceName] =
thriftify.readSpecSync(path.join(opts.thrift, fileName));
fs.readFileSync(path.join(opts.thrift, fileName), 'utf8');
}

@@ -186,3 +185,3 @@ });

sender = new TChannelAsThrift({spec: spec});
sender = new TChannelAsThrift({source: spec});
sender.send(request, opts.endpoint, opts.head,

@@ -189,0 +188,0 @@ opts.body, onResponse);

2

package.json
{
"name": "tcurl",
"version": "4.4.4",
"version": "4.4.5",
"description": "A command line utility to talk to a tchannel server",

@@ -5,0 +5,0 @@ "keywords": [],

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