Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/fetch

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

lib/index.js

@@ -6,2 +6,1 @@ "use strict";

exports.default = createFetchRetry(nodeFetch);
//# sourceMappingURL=index.js.map

28

package.json
{
"name": "@pnpm/fetch",
"version": "1.0.0",
"version": "1.0.1",
"description": "node-fetch with retries",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=8"
"node": ">=8.15"
},

@@ -17,5 +17,4 @@ "scripts": {

"tsc": "rimraf lib && tsc",
"test": "npm run tsc && npm run lint && mos t",
"md": "mos",
"prepublishOnly": "npm run tsc"
"test": "pnpm run tsc && pnpm run lint",
"prepublishOnly": "pnpm run tsc"
},

@@ -34,22 +33,9 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetch",

"dependencies": {
"@zeit/fetch-retry": "4.0.0",
"node-fetch": "2.3.0",
"@zeit/fetch-retry": "4.0.1",
"node-fetch": "2.6.0",
"node-fetch-unix": "2.3.0"
},
"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"rimraf": "^2.6.2",
"tslint": "5.13.1",
"typescript": "3.3.3333"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
"rimraf": "^2.6.2"
}
}

@@ -12,3 +12,3 @@ # @pnpm/fetch

```sh
npm i -S @pnpm/fetch
<pnpm|npm|yarn> add @pnpm/fetch
```

@@ -18,2 +18,2 @@

[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/)
MIT © [Zoltan Kochan](https://www.kochan.io/)

Sorry, the diff of this file is not supported yet

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