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

@http4t/core

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@http4t/core - npm Package Compare versions

Comparing version 0.0.94 to 0.0.95

1

AsyncIteratorHandler.js

@@ -60,2 +60,3 @@ "use strict";

});
this.end = function () { };
};

@@ -62,0 +63,0 @@ AsyncIteratorHandler.prototype.error = function (e) {

@@ -38,2 +38,3 @@ type PromiseCallbacks<T> = [(value: IteratorResult<T>) => void, (err: any) => void];

value: undefined as any as T/* they got the interface wrong*/}));
this.end = ()=>{};
}

@@ -40,0 +41,0 @@

2

package.json
{
"name": "@http4t/core",
"version": "0.0.94",
"version": "0.0.95",
"license": "Apache-2.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