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

snyk

Package Overview
Dependencies
Maintainers
2
Versions
1964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk - npm Package Compare versions

Comparing version 1.6.1-alpha7 to 1.6.1-alpha8

6

cli/commands/protect/prompts.js

@@ -111,3 +111,3 @@ module.exports = {

debug('getPatchPrompts');
if (vulns.length === 0) {
if (!vulns || vulns.length === 0) {
return [];

@@ -248,3 +248,3 @@ }

debug('getIgnorePrompts');
if (vulns.length === 0) {
if (!vulns || vulns.length === 0) {
return [];

@@ -276,3 +276,3 @@ }

debug('getUpdatePrompts');
if (vulns.length === 0) {
if (!vulns || vulns.length === 0) {
return [];

@@ -279,0 +279,0 @@ }

@@ -5,3 +5,3 @@ {

"main": "lib/index.js",
"version": "1.6.1-alpha7",
"version": "1.6.1-alpha8",
"directories": {

@@ -8,0 +8,0 @@ "test": "test"

Sorry, the diff of this file is not supported yet

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