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

popsicle

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popsicle - npm Package Compare versions

Comparing version 11.0.2 to 11.0.3

5

dist/transports/http.js

@@ -540,6 +540,3 @@ "use strict";

}
if (alpnProtocol === 'http/1.1') {
return resolve(execHttp1(req, protocol, host, port, keepAlive, socket));
}
return reject(new error_1.PopsicleError('No ALPN protocol negotiated', 'EALPNPROTOCOL', req));
return resolve(execHttp1(req, protocol, host, port, keepAlive, socket));
});

@@ -546,0 +543,0 @@ socket.once('error', (err) => {

2

package.json
{
"name": "popsicle",
"version": "11.0.2",
"version": "11.0.3",
"description": "Advanced HTTP requests in node.js and browsers, using Servie",

@@ -5,0 +5,0 @@ "main": "dist/universal.js",

@@ -86,3 +86,3 @@ # ![Popsicle](https://cdn.rawgit.com/serviejs/popsicle/master/logo.svg)

```ts
type Plugin = (req: Request, next: (req?: Request) => Promise<Response>) => Promise<Response>
type Plugin = (req: Request, next: () => Promise<Response>) => Promise<Response>
```

@@ -89,0 +89,0 @@

Sorry, the diff of this file is not supported yet

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