Socket
Socket
Sign inDemoInstall

pouchdb-route

Package Overview
Dependencies
2
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 4.0.0

lib/index.js

44

package.json
{
"name": "pouchdb-route",
"version": "1.0.3",
"main": "index.js",
"description": "Given a CouchDB request object, return the response of PouchDB's equivalent function.",
"repository": "pouchdb/pouchdb-route",
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"request",
"route",
"routing"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"dependencies": {
"pouchdb-plugin-error": "^1.0.0",
"extend": "^1.2.1"
}
"name": "pouchdb-route",
"description": "Given a CouchDB request object, return the response of PouchDB's equivalent function.",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb-server.git"
},
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"request",
"route",
"routing"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"main": "lib/index.js",
"version": "4.0.0",
"dependencies": {
"extend": "^3.0.0",
"pouchdb-plugin-error": "4.0.0"
},
"optionalDependencies": {}
}

@@ -8,2 +8,12 @@ pouchdb-route

[Website of those plug-ins](http://python-pouchdb.marten-de-vries.nl/plugins.html)
Source
------
PouchDB Server and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md).
For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb-server/tree/master/packages/node_modules).
License
-------
The Apache 2 License. See [the LICENSE file](https://github.com/pouchdb/pouchdb-server/blob/master/LICENSE) for more information.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc