New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.9 to 0.0.10

8

lib/utils.js

@@ -41,3 +41,9 @@

possibleCards.forEach(card => {
for (let i = 0; i < card.count; i ++) {
let tempCount = card.count;
if (card.starter) {
tempCount --;
}
for (let i = 0; i < tempCount; i ++) {
possibleCardsIncludingDuplicates.push(card.data);

@@ -44,0 +50,0 @@ }

2

package.json
{
"name": "@cfvdb/core",
"version": "0.0.9",
"version": "0.0.10",
"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