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.1.0 to 0.1.1

xml

2

index.js

@@ -210,2 +210,3 @@ /*!

if (p.user) data.user = p.user;
if (p.extra) data.extra = p.extra;
return parcelPOST(me, 'docs/parcel/close', data);

@@ -219,2 +220,3 @@ }

if (p.user) data.user = p.user;
if (p.extra) data.extra = p.extra;
return parcelPOST(me, 'docs/parcel/delete', data);

@@ -221,0 +223,0 @@ }

4

package.json
{
"name": "tdoc-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Wrapper around tDoc REST-ful APIs",

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

"q": "^1.0.1",
"restler": ">=3.2.2"
"restler": "^3.2.2"
},

@@ -19,0 +19,0 @@ "devDependencies": {},

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