http2-wrapper
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "http2-wrapper", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "HTTP2 client, just with the familiar `https` API", | ||
"main": "source", | ||
"engines": { | ||
"node": ">=10.10.0" | ||
"node": ">=8.16.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
'use strict'; | ||
const {URL} = require('url'); // eslint-disable-line node/prefer-global/url | ||
const EventEmitter = require('events'); | ||
@@ -3,0 +4,0 @@ const tls = require('tls'); |
'use strict'; | ||
const {URL} = require('url'); // eslint-disable-line node/prefer-global/url | ||
const http = require('http'); | ||
@@ -3,0 +4,0 @@ const https = require('https'); |
'use strict'; | ||
const {URL} = require('url'); // eslint-disable-line node/prefer-global/url | ||
const http2 = require('http2'); | ||
@@ -3,0 +4,0 @@ const {Writable} = require('stream'); |
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
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
32083
726