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

aqui

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aqui - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

commands/ip.js

2

lib/http.js

@@ -31,4 +31,4 @@ module.exports = {

if (allowInvalidCerts) {
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
const {Agent} = require('https')
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
httpsAgent = new Agent({rejectUnauthorized: false})

@@ -35,0 +35,0 @@ }

{
"name": "aqui",
"version": "1.6.1",
"description": "Simple CLI HTTP client",
"version": "1.7.0",
"description": "Simple CLI HTTP utilities",
"main": "index.js",

@@ -6,0 +6,0 @@ "bin": {

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