Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cfvdb/core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfvdb/core - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

9

lib/card-searcher.js

@@ -67,2 +67,11 @@ const axios = require('axios');

if (options.set) {
if (!firstQueryParameter) {
query += '&';
}
query += 'set=' + options.set;
firstQueryParameter = false;
}
try {

@@ -69,0 +78,0 @@ const response = await axios({

2

package.json
{
"name": "@cfvdb/core",
"version": "1.5.0",
"version": "1.6.0",
"description": "Core functions for CFVDB",

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

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