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

@comunica/actor-http-wayback

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-http-wayback - npm Package Compare versions

Comparing version 3.1.0 to 3.1.2

7

lib/ActorHttpWayback.js

@@ -49,7 +49,10 @@ "use strict";

if (body) {
if ('destroy' in body && typeof body.destroy === 'function') {
if ('cancel' in body && typeof body.cancel === 'function') {
await body.cancel();
}
else if ('destroy' in body && typeof body.destroy === 'function') {
body.destroy();
}
else {
await stringifyStream(bus_http_1.ActorHttp.toNodeReadable(fallbackResult.body));
await stringifyStream(bus_http_1.ActorHttp.toNodeReadable(body));
}

@@ -56,0 +59,0 @@ }

{
"name": "@comunica/actor-http-wayback",
"version": "3.1.0",
"version": "3.1.2",
"description": "A wayback http actor",

@@ -46,3 +46,3 @@ "lsd:module": true,

},
"gitHead": "69d92988644c07b1b4831ba0a52073092d2f43af"
"gitHead": "db31677bdef5400194783048840c147e04b793e5"
}

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