New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-stackoverflow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-stackoverflow - npm Package Compare versions

Comparing version

to
1.2.0

2

package.json
{
"name": "cli-stackoverflow",
"version": "1.1.0",
"version": "1.2.0",
"description": "Work with the Stack Overflow inside your terminal",

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

@@ -46,3 +46,3 @@ const switchResult = require('./switch');

const infoObj = {
title: result.title,
title: typeof result.title === 'undefined' ? '' : result.title,
body: format(result.body_markdown),

@@ -49,0 +49,0 @@ answers: threadAns(result.answers)