🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

jsondb-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsondb-client - npm Package Compare versions

Comparing version

to
1.0.6

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

return (collectionName) => ({
find: () => request('GET', `${collectionName}`),
find: () => request('GET', `${collectionName}/find`),
findOne: (query) => request('GET', `${collectionName}/find-one`, { params: query }),

@@ -17,0 +17,0 @@ findById: (id) => request('GET', `${collectionName}/find-by-id/${id}`),

{
"name": "jsondb-client",
"version": "1.0.5",
"version": "1.0.6",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "scripts": {