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

questions-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

questions-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/requests.js

@@ -6,3 +6,3 @@ const axios = require('axios');

const API_URL =
process.env.QUESTIONS_CLI_API_URL || 'https://questions.herokuapp.com';
process.env.QUESTIONS_CLI_API_URL || 'https://api-questions.herokuapp.com';

@@ -9,0 +9,0 @@ /**

{
"name": "questions-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "A CLI to communicate with the Questions API",

@@ -5,0 +5,0 @@ "main": "./questions-cli.js",

@@ -21,3 +21,3 @@ #! /usr/bin/env node

program
.version('1.0.3')
.version('1.0.4')
.description('A CLI to communicate with the Questions API');

@@ -24,0 +24,0 @@

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