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

tuc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuc - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

lib/tuc.js

@@ -34,3 +34,3 @@ 'use strict';

Tuc.prototype.isError = function(obj) {
if (typeof obj.error === 'undefined') {
if (typeof obj.error === 'object') {
return true;

@@ -37,0 +37,0 @@ }

{
"name": "tuc",
"version": "0.0.7",
"version": "0.0.8",
"description": "TUC Client for Node.js",

@@ -5,0 +5,0 @@ "author": "Paulo McNally <paulomcnally@gmail.com>",

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