Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
90f16308e3 | |||
|
c0639ec3fa | ||
|
7633339fcf | ||
|
e49eb1a08f | ||
|
02a7e2ad2d |
@ -1,6 +1,6 @@
|
||||
# flumm-fetch-cookies [](https://travis-ci.org/kein-Bot/flumm-fetch-cookies)
|
||||
|
||||
A [flumm-fetch](https://github.com/kein-Bot/flumm-fetch) wrapper with support for cookies.
|
||||
A [flumm-fetch](https://git.lat/keinBot/flumm-fetch) wrapper with support for cookies.
|
||||
It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O.
|
||||
|
||||
### For upgrading from 1.2.x or below to 1.3.x or above, please read the [breaking API changes](#130-breaking-api-changes).
|
||||
@ -30,7 +30,7 @@ import {fetch, CookieJar} from "flumm-fetch-cookies";
|
||||
### ...or without
|
||||
|
||||
```javascript
|
||||
import {fetch, CookieJar} from "node-fetch-cookies";
|
||||
import {fetch, CookieJar} from "flumm-fetch-cookies";
|
||||
|
||||
(async () => {
|
||||
const cookieJar = new CookieJar();
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -533,9 +533,9 @@
|
||||
}
|
||||
},
|
||||
"glob-parent": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
|
||||
"integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
||||
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"is-glob": "^4.0.1"
|
||||
@ -742,9 +742,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.15",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||
"dev": true
|
||||
},
|
||||
"mimic-fn": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user