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

tdoc-api

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tdoc-api - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

index.js

@@ -117,3 +117,3 @@ /*!

function documentPOST(me, method, data, document, opts) {
function documentPOST(me, method, data, document) {
var r = req

@@ -123,6 +123,4 @@ .post(me.address + method)

.field(data);
if (document) {
console.log('Attach', opts);
r.attach('document', document, opts);
}
if (document)
r.attach('document', document);
return Q.resolve(r

@@ -129,0 +127,0 @@ ).fail(function (err) {

{
"name": "tdoc-api",
"version": "0.4.1",
"version": "0.4.2",
"description": "Wrapper around tDoc REST-ful APIs",

@@ -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