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.2 to 1.0.3

8

lib/index.js

@@ -47,5 +47,3 @@ 'use strict';

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

@@ -69,5 +67,3 @@ };

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

@@ -74,0 +70,0 @@ };

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

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

@@ -34,3 +34,3 @@ // @flow

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

@@ -56,3 +56,3 @@

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

@@ -59,0 +59,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