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.0 to 0.4.1

2

index.js

@@ -195,4 +195,2 @@ /*!

function update(me, p) {
if (p.ready && (!p.file && !p.data))
return Q.reject(new Error('if the document is ‘ready’ it must have a content as either ‘file’ or ‘data’'));
var s = commonUploadParams(p);

@@ -199,0 +197,0 @@ return documentPOST(me, 'docs/update', s, p.file || p.data);

2

package.json
{
"name": "tdoc-api",
"version": "0.4.0",
"version": "0.4.1",
"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