Socket
Socket
Sign inDemoInstall

pouchdb-ajax

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-ajax - npm Package Compare versions

Comparing version 1.0.1 to 5.4.0

lib/index-browser.js

56

package.json
{
"name": "pouchdb-ajax",
"version": "1.0.1",
"description": "Ajax module used in PouchDB",
"main": "index.js",
"scripts": {
"test": "jshint -c .jshintrc *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/ajax.git"
},
"keywords": [
"ajax",
"pouchdb"
"version": "5.4.0",
"description": "PouchDB's ajax() method.",
"main": "./lib/index.js",
"keywords": [],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"author": "Nolan Lawson <nolan.lawson@gmail.com>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/pouchdb/ajax/issues"
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/applyTypeToBuffer": "./src/applyTypeToBuffer-browser",
"./src/createBlobOrBufferFromParts": "./src/createBlobOrBufferFromParts-browser",
"./src/createMultipartPart": "./src/createMultipartPart-browser",
"./src/defaultBody": "./src/defaultBody-browser",
"./src/explainError": "./src/explainError-browser",
"./src/prequest.js": "./src/prequest-browser.js",
"./src/request.js": "./src/request-browser.js"
},
"homepage": "https://github.com/pouchdb/ajax",
"dependencies": {
"argsarray": "0.0.1",
"pouchdb-extend": "^0.1.2",
"pouchdb-binary-util": "^1.0.0",
"pouchdb-errors": "^1.0.0",
"request": "~2.28.0"
},
"devDependencies": {
"jshint": "^2.6.0"
},
"browser": {
"request": "./request-browser.js",
"./buffer.js": "./buffer-browser.js"
"js-extend": "1.0.1",
"pouchdb-binary-utils": "5.4.0",
"pouchdb-errors": "5.4.0",
"pouchdb-promise": "5.4.0",
"pouchdb-utils": "5.4.0",
"request": "2.72.0"
}
}

@@ -1,9 +0,24 @@

pouchdb-ajax
=========
pouchdb-ajax ![semver non-compliant](https://img.shields.io/badge/semver-non--compliant-red.svg)
======
Deprecated
---
PouchDB's ajax() method.
Please use `require('pouchdb/extras/ajax')` instead.
### Usage
Ajax module as used in PouchDB.
```bash
npm install --save-exact pouchdb-ajax
```
For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).
### Warning: semver-free zone!
This package is conceptually an internal API used by PouchDB or its plugins. It does not follow semantic versioning (semver), and rather its version is pegged to PouchDB's. Use exact versions when installing, e.g. with `--save-exact`.
### Source
PouchDB 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/tree/master/packages).
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