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.1 to 1.0.2

README.md~

22

package.json
{
"_from": "couchdb-import",
"_id": "couchdb-import@1.0.0",
"_from": "couchdb-import@1.0.1",
"_id": "couchdb-import@1.0.1",
"_inBundle": false,
"_integrity": "sha512-BWLAJELsLVe8JsWm3HG6luRQYaCORUeHqXrHP4+BTsaoAYj+67nNV85+vLAwdPXP0u2Kk/DIBxqhINDDQL0FWA==",
"_integrity": "sha512-QHwuyj0nqe1MR/nPFHOi2HABYKA1T2VGCaZ9sq4VpFcn+k5HezdoiLj4cCRUdULJjAB/lx8zdcKYQnu45r0AbA==",
"_location": "/couchdb-import",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "couchdb-import",
"raw": "couchdb-import@1.0.1",
"name": "couchdb-import",
"escapedName": "couchdb-import",
"rawSpec": "",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "1.0.1"
},

@@ -22,5 +22,5 @@ "_requiredBy": [

],
"_resolved": "https://registry.npmjs.org/couchdb-import/-/couchdb-import-1.0.0.tgz",
"_shasum": "36934c0d0498a85709c0d6fb8778781289258ab8",
"_spec": "couchdb-import",
"_resolved": "https://registry.npmjs.org/couchdb-import/-/couchdb-import-1.0.1.tgz",
"_shasum": "4c979480b067b2affa6f404168b1ec1ff1708ef2",
"_spec": "couchdb-import@1.0.1",
"_where": "/home/veto/webs/merc",

@@ -56,3 +56,3 @@ "author": {

},
"version": "1.0.1"
"version": "1.0.2"
}

@@ -25,3 +25,3 @@ couchdb-import

-h, --help this help message
-f, --file file to import
-i, --input file file to import
-u, --username username for the CouchDB database (if it's protected)

@@ -31,4 +31,4 @@ -p, --password password for the CouchDB database (if it's protected)

Examples:
couchdb-import http://foo:5984/mydb -f foo.txt
couchdb-import http://foo:5984/mydb -f foo.txt -u foo -p barbar import with authenfication
couchdb-import http://foo:5984/mydb -i foo.txt
couchdb-import http://foo:5984/mydb -i foo.txt -u foo -p barbar import with authenfication
```

@@ -35,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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