@pnpm/fetching-types
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,3 @@ import { RetryTimeoutOptions } from '@zkochan/retry'; | ||
authHeaderValue?: string; | ||
compress?: boolean; | ||
retry?: RetryTimeoutOptions; | ||
@@ -8,0 +9,0 @@ timeout?: number; |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
2790
1