Socket
Socket
Sign inDemoInstall

couchdb-import

Package Overview
Dependencies
194
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

package.json~

59

package.json
{
"name": "couchdb-import",
"version": "1.0.0",
"description": "Import a couchdb-export file into a CouchDB database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"_from": "couchdb-import",
"_id": "couchdb-import@1.0.0",
"_inBundle": false,
"_integrity": "sha512-BWLAJELsLVe8JsWm3HG6luRQYaCORUeHqXrHP4+BTsaoAYj+67nNV85+vLAwdPXP0u2Kk/DIBxqhINDDQL0FWA==",
"_location": "/couchdb-import",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "couchdb-import",
"name": "couchdb-import",
"escapedName": "couchdb-import",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/couchdb-import/-/couchdb-import-1.0.0.tgz",
"_shasum": "36934c0d0498a85709c0d6fb8778781289258ab8",
"_spec": "couchdb-import",
"_where": "/home/veto/webs/merc",
"author": {
"name": "Veto",
"email": "veto@myrida.com"
},
"bin": {
"couchdb-export": "./index.js"
"couchdb-import": "index.js"
},
"bundleDependencies": false,
"dependencies": {
"pouchdb": "^7.1.1",
"pouchdb-adapter-http": "^7.1.1",
"pouchdb-load": "^1.4.6",
"yargs": "^14.2.0"
},
"deprecated": false,
"description": "Import a couchdb-export file into a CouchDB database",
"homepage": "http://calantas.org/couchdb-export",
"keywords": [

@@ -18,11 +49,9 @@ "couchDb",

],
"author": "Veto <veto@myrida.com>",
"license": "GPL-3.0-or-later",
"homepage": "http://calantas.org/couchdb-export",
"dependencies": {
"pouchdb": "^7.1.1",
"pouchdb-adapter-http": "^7.1.1",
"pouchdb-load": "^1.4.6",
"yargs": "^14.2.0"
}
"main": "index.js",
"name": "couchdb-import",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}
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