Socket
Socket
Sign inDemoInstall

debugbear

Package Overview
Dependencies
75
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

dist/runCli.js

@@ -51,6 +51,2 @@ "use strict";

case 0:
console.log("============================================================");
console.log("== Consider upgrading to the V2 API/CLI ==");
console.log("== https://www.debugbear.com/docs/migrating-to-the-v2-api ==");
console.log("============================================================");
program = commander

@@ -57,0 +53,0 @@ .arguments("<url>")

2

package.json
{
"name": "debugbear",
"version": "2.0.0",
"version": "2.0.1",
"description": "API/CLI for DebugBearAnalyze pages with DebugBear. Analyze pages on demand on demand or as part of your Continuous Integration process.",

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

@@ -12,7 +12,2 @@ import * as envCi from "env-ci";

export async function __runCli() {
console.log("============================================================");
console.log("== Consider upgrading to the V2 API/CLI ==");
console.log("== https://www.debugbear.com/docs/migrating-to-the-v2-api ==");
console.log("============================================================");
let urlValue;

@@ -19,0 +14,0 @@ const program = commander

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