Comparing version 2.5.0 to 2.5.1
@@ -1,1 +0,1 @@ | ||
export declare const version = "2.5.0"; | ||
export declare const version = "2.5.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = "2.5.0"; | ||
exports.version = "2.5.1"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "fetch-h2", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "HTTP/1+2 Fetch API client for Node.js", | ||
@@ -27,5 +27,7 @@ "author": "Gustaf Räntilä", | ||
"jest:fast": "yarn jest:core --config jest.config.unit.js $@", | ||
"jest:exported": "node_modules/.bin/jest --config jest.config.exported.js $@", | ||
"jest:integration": "node_modules/.bin/compd -f test/docker-compose.yaml yarn jest:core", | ||
"jest:debug": "node --inspect-brk node_modules/.bin/jest", | ||
"test": "yarn lint && yarn jest:integration", | ||
"test:exported": "./node_modules/.bin/ts-node scripts/create-exported-tests.ts && yarn jest:exported", | ||
"buildtest": "npm run build && npm run jest", | ||
@@ -35,3 +37,4 @@ "buildtestcov": "npm run build && npm run test", | ||
"version": "./node_modules/.bin/ts-node scripts/version-update.ts && npm run build && npm run test && scripts/version-git-add.sh", | ||
"prepack": "npm run build && npm run test", | ||
"clean:pack": "node_modules/.bin/rimraf dist/test* && find dist/ -name '*.map' -delete", | ||
"prepack": "npm run build && npm run test && npm run clean:pack && npm run test:exported", | ||
"makecerts": "openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout certs/key.pem -out certs/cert.pem", | ||
@@ -57,18 +60,22 @@ "cz": "git-cz" | ||
"@types/from2": "^2.3.0", | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^14.6.0", | ||
"@types/jest": "^26.0.13", | ||
"@types/node": "^14.6.4", | ||
"@types/recursive-readdir": "^2.2.0", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/through2": "^2.0.36", | ||
"commitizen": "^4.1.2", | ||
"commitizen": "^4.2.1", | ||
"compd": "^1.3.7", | ||
"concurrently": "^5.3.0", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"execa": "^4.0.3", | ||
"from2": "^2.3.0", | ||
"jest": "^25.1.0", | ||
"jest": "^26.4.2", | ||
"list-open-files": "^1.1.0", | ||
"mkcert": "^1.3.0", | ||
"recursive-readdir": "^2.2.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.2.1", | ||
"ts-node": "^8.10.2", | ||
"ts-jest": "^26.3.0", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -78,3 +85,3 @@ "dependencies": { | ||
"already": "^1.13.1", | ||
"callguard": "^1.2.1", | ||
"callguard": "^2.0.0", | ||
"get-stream": "^6.0.0", | ||
@@ -81,0 +88,0 @@ "through2": "^4.0.2", |
[![npm version][npm-image]][npm-url] | ||
[![downloads][downloads-image]][npm-url] | ||
[![build status][build-image]][build-url] | ||
@@ -392,2 +393,3 @@ [![coverage status][coverage-image]][coverage-url] | ||
[npm-url]: https://npmjs.org/package/fetch-h2 | ||
[downloads-image]: https://img.shields.io/npm/dm/fetch-h2.svg | ||
[build-image]: https://img.shields.io/github/workflow/status/grantila/fetch-h2/Master.svg | ||
@@ -394,0 +396,0 @@ [build-url]: https://github.com/grantila/fetch-h2/actions?query=workflow%3AMaster |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
400
1
12
141932
22
47
3009
+ Addedcallguard@2.0.0(transitive)
- Removedcallguard@1.2.2(transitive)
Updatedcallguard@^2.0.0