Socket
Socket
Sign inDemoInstall

nano

Package Overview
Dependencies
Maintainers
7
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nano - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

2

lib/nano.js

@@ -22,3 +22,3 @@ // Licensed under the Apache License, Version 2.0 (the 'License'); you may not

const pkg = require('../package.json')
const AGENT_DEFAULTS = { jar: cookieJar, keepAlive: true, maxSockets: 50, keepAliveMsecs: 30000 }
const AGENT_DEFAULTS = { cookies: { jar: cookieJar }, keepAlive: true, maxSockets: 50, keepAliveMsecs: 30000 }
const SCRUBBED_STR = 'XXXXXX'

@@ -25,0 +25,0 @@ const defaultHttpAgent = new HttpCookieAgent(AGENT_DEFAULTS)

@@ -7,3 +7,3 @@ {

"repository": "http://github.com/apache/couchdb-nano",
"version": "10.1.0",
"version": "10.1.1",
"author": "Apache CouchDB <dev@couchdb.apache.org> (http://couchdb.apache.org)",

@@ -21,5 +21,5 @@ "keywords": [

"dependencies": {
"http-cookie-agent": "^4.0.2",
"http-cookie-agent": "^5.0.2",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.1.3",
"axios": "^1.2.2",
"qs": "^6.11.0",

@@ -26,0 +26,0 @@ "tough-cookie": "^4.1.2",

Sorry, the diff of this file is too big to display

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