Skip to content

Commit

Permalink
Release 1.2.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMfUcIoS authored Dec 8, 2021
1 parent 0121cc8 commit cfb3e33
Show file tree
Hide file tree
Showing 6 changed files with 8,361 additions and 4,731 deletions.
38 changes: 38 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ENGINEIO-1056749:
- engine.io:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
- socket.io > engine.io:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
SNYK-JS-WS-1296835:
- engine.io > ws:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
- socket.io > socket.io-client > engine.io-client > ws:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
- socket.io > engine.io > ws:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
'npm:ms:20170412':
- engine.io > debug > ms:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
'npm:debug:20170905':
- engine.io > debug:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
SNYK-JS-XMLHTTPREQUESTSSL-1082936:
- socket.io > socket.io-client > engine.io-client > xmlhttprequest-ssl:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
SNYK-JS-XMLHTTPREQUESTSSL-1255647:
- socket.io > socket.io-client > engine.io-client > xmlhttprequest-ssl:
reason: no time atm
expires: '2022-01-06T16:30:34.172Z'
patch: {}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socket.io-pouch [![Build Status](https://travis-ci.org/ioannis-karasavvaidis/socket.io-pouch.svg)](https://travis-ci.org/Ioannis-Karasavvaidis/socket.io-pouch) [![codecov](https://codecov.io/gh/Ioannis-Karasavvaidis/socket.io-pouch/branch/master/graph/badge.svg)](https://codecov.io/gh/Ioannis-Karasavvaidis/socket.io-pouch)
socket.io-pouch [![Build Status](https://travis-ci.org/comfucios/socket.io-pouch.svg)](https://travis-ci.org/comfucios/socket.io-pouch) [![codecov](https://codecov.io/gh/comfucios/socket.io-pouch/branch/master/graph/badge.svg)](https://codecov.io/gh/comfucios/socket.io-pouch)
=====

```js
Expand All @@ -15,7 +15,7 @@ The socket.io-pouch library has two parts:
* **A Node.js server**, which can create local PouchDBs or proxy to a remote CouchDB.
* **A JavaScript client**, which can run in Node.js or the browser.

This adapter passes [the full PouchDB test suite](https://travis-ci.org/ioannis-karasavvaidis/socket.io-pouch). It requires PouchDB 5.0.0+.
This adapter passes [the full PouchDB test suite](https://travis-ci.org/comfucios/socket.io-pouch). It requires PouchDB 5.0.0+.

Usage
---
Expand Down Expand Up @@ -187,7 +187,7 @@ For details, see the official [`replicate()`](http://pouchdb.com/api.html#replic
var remoteDB = new PouchDB({adapter: 'socket', name: 'remote', url: 'ws://localhost:80'});
```

You can also talk to this `remoteDB` as if it were a normal PouchDB. All the standard methods like `info()`, `get()`, `put()`, and `putAttachment()` will work. The [Travis tests](https://travis-ci.org/ioannis-karasavvaidis/socket.io-pouch) run the full PouchDB test suite.
You can also talk to this `remoteDB` as if it were a normal PouchDB. All the standard methods like `info()`, `get()`, `put()`, and `putAttachment()` will work. The [Travis tests](https://travis-ci.org/comfucios/socket.io-pouch) run the full PouchDB test suite.

### Debugging

Expand Down
Loading

0 comments on commit cfb3e33

Please sign in to comment.