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.2.0 to 3.2.1

5

lib/ActorHttpWayback.js

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

const context_entries_1 = require("@comunica/context-entries");
// Use require instead of import for default exports, to be compatible with variants of esModuleInterop in tsconfig.
const stringifyStream = require("stream-to-string");
const stream_to_string_1 = require("@jeswr/stream-to-string");
require("cross-fetch/polyfill");

@@ -57,3 +56,3 @@ const WAYBACK_URL = 'http://wayback.archive-it.org/';

else {
await stringifyStream(bus_http_1.ActorHttp.toNodeReadable(body));
await (0, stream_to_string_1.stringify)(bus_http_1.ActorHttp.toNodeReadable(body));
}

@@ -60,0 +59,0 @@ }

14

package.json
{
"name": "@comunica/actor-http-wayback",
"version": "3.2.0",
"version": "3.2.1",
"description": "A wayback http actor",

@@ -40,9 +40,9 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-http": "^3.2.0",
"@comunica/context-entries": "^3.2.0",
"@comunica/core": "^3.2.0",
"cross-fetch": "^4.0.0",
"stream-to-string": "^1.2.0"
"@comunica/bus-http": "^3.2.1",
"@comunica/context-entries": "^3.2.1",
"@comunica/core": "^3.2.1",
"@jeswr/stream-to-string": "^2.0.0",
"cross-fetch": "^4.0.0"
},
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db"
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f"
}

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