Socket
Socket
Sign inDemoInstall

qdb-api-plus

Package Overview
Dependencies
14
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.4 to 1.4.5

2

package.json
{
"name": "qdb-api-plus",
"description": "A better API wrapper for Quote Database",
"version": "1.4.4",
"version": "1.4.5",
"main": "src/qdb-api.js",

@@ -6,0 +6,0 @@ "author": "Victor Veytsman",

@@ -28,2 +28,5 @@ const http = require('http');

if ($('center font').text().includes('not exist')) {
reject("That quote does not exist");
}
const quote = {

@@ -73,7 +76,3 @@ id: $('.quote a b')

const quotes = [];
if (
$('center font')
.text()
.includes('No results')
) {
if ($('center font').text().includes('No results')) {
reject('No results returned.');

@@ -80,0 +79,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc