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

thesubdb

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thesubdb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/index.js

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

}).catch(function (res) {
reject(new Error('Received status code: ' + res.statusCode));
reject(new Error('Received status code: ' + res));
});

@@ -72,0 +72,0 @@ });

{
"name": "thesubdb",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Node.js library for thesubdb",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -55,3 +55,3 @@ // @flow

})
.catch((res: any) => { reject(new Error(`Received status code: ${res.statusCode}`)); });
.catch((res: any) => { reject(new Error(`Received status code: ${res}`)); });
});

@@ -58,0 +58,0 @@

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