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

@pnpm/fetching-types

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetching-types - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

lib/index.js.map

1

lib/index.d.ts

@@ -6,2 +6,3 @@ import { RetryTimeoutOptions } from '@zkochan/retry';

authHeaderValue?: string;
compress?: boolean;
retry?: RetryTimeoutOptions;

@@ -8,0 +9,0 @@ timeout?: number;

66

package.json
{
"name": "@pnpm/fetching-types",
"version": "2.1.0",
"description": "Types for fetching",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetching-types",
"keywords": [
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetching-types#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@types/node-fetch": "^2.5.7",
"@zkochan/retry": "^0.2.0"
},
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile"
}
}
"name": "@pnpm/fetching-types",
"version": "2.2.0",
"description": "Types for fetching",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetching-types",
"keywords": [
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetching-types#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@types/node-fetch": "^2.5.7",
"@zkochan/retry": "^0.2.0"
},
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile"
}
}
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