Socket
Socket
Sign inDemoInstall

pouchdb-validation

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-validation - npm Package Compare versions

Comparing version 1.2.1 to 4.0.0

lib/index.js

64

package.json
{
"name": "pouchdb-validation",
"version": "1.2.1",
"main": "index.js",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.",
"repository": "pouchdb/pouchdb-validation",
"homepage": "http://python-pouchdb.marten-de-vries.nl/plugins.html",
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"validation",
"validate",
"validate_doc_update"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"dependencies": {
"couchdb-objects": "^1.0.0",
"couchdb-eval": "^1.0.0",
"pouchdb-promise": "^0.0.0",
"random-uuid-v4": "^0.0.4",
"pouchdb-plugin-error": "^1.0.0",
"pouchdb-wrappers": "^1.0.0",
"pouchdb-bulkdocs-wrapper": "^1.0.0"
},
"devDependencies": {
"browserify": "^4.1.8",
"uglify-js": "^2.4.13",
"es3ify": "^0.1.3"
},
"scripts": {
"build-js": "mkdir -p dist && browserify index.js -g es3ify -s Validation -o dist/pouchdb-validation.js",
"build": "npm run build-js; cd dist; uglifyjs pouchdb-validation.js -mc > pouchdb-validation.min.js"
}
"name": "pouchdb-validation",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb-server.git"
},
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"validation",
"validate",
"validate_doc_update"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"main": "lib/index.js",
"version": "4.0.0",
"dependencies": {
"couchdb-eval": "4.0.0",
"couchdb-objects": "4.0.0",
"pouchdb-bulkdocs-wrapper": "4.0.0",
"pouchdb-plugin-error": "4.0.0",
"pouchdb-promise": "^6.4.1",
"pouchdb-wrappers": "4.0.0",
"random-uuid-v4": "0.0.6"
},
"optionalDependencies": {}
}

@@ -8,4 +8,21 @@ pouchdb-validation

See also [pouchdb-validation's documentation](http://pythonhosted.org/Python-PouchDB/js-plugins.html#pouchdb-validation-plug-in)
API
---
[Website of this plug-in and a few others](http://python-pouchdb.marten-de-vries.nl/plugins.html)
**NodeJS package name:** `pouchdb-validation`
**Browser object name:** `window.Validation`
See [pouchdb-validation's documentation](http://pythonhosted.org/Python-PouchDB/js-plugins.html#pouchdb-validation-plug-in)
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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc