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

rest-on-couch-client

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-on-couch-client - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

lib-es6/real/Roc.js

@@ -37,3 +37,3 @@ import axios from 'axios';

this.request = createAxios(this.url);
this.dbUrl = new URL(`db/${config.database}`, this.url).href;
this.dbUrl = new URL(`db/${config.database}/`, this.url).href;
this.dbRequest = createAxios(this.dbUrl);

@@ -40,0 +40,0 @@ }

@@ -39,3 +39,3 @@ "use strict";

this.request = createAxios(this.url);
this.dbUrl = new URL(`db/${config.database}`, this.url).href;
this.dbUrl = new URL(`db/${config.database}/`, this.url).href;
this.dbRequest = createAxios(this.dbUrl);

@@ -42,0 +42,0 @@ }

{
"name": "rest-on-couch-client",
"version": "2.2.2",
"version": "2.2.3",
"description": "A nodejs / browser client for rest-on-couch backend",

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

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