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.3.3 to 0.3.4

4

index.js

@@ -260,6 +260,6 @@ /*!

function searchOne(me, p) {
p.limit = 2;
p.limit = 2; // we need 1 but limit to 2 to know if search was not unique
return search(me, p).then(function (data) {
if (data.length != 1)
throw new Error('More than one document was found');
throw new Error('Search result was not a single document');
var p2 = { id: data[0] };

@@ -266,0 +266,0 @@ if (p.user) p2.user = p.user;

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

@@ -15,3 +15,3 @@ "main": "index.js",

"dependencies": {
"bluebird": "^3.3.0",
"bluebird": "^3.3.3",
"restler": "^3.2.2"

@@ -18,0 +18,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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