New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-h2

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-h2 - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

dist/lib/generated/version.d.ts

@@ -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

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