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

ethereumjs-blockstream

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-blockstream - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

9

output/source/index.js
"use strict";
// NOTE --
// Commented out to avoid cross origin error produced when running again webpack
// More research is necessary to resolve, as it may simply be a configuration issue.
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server.
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal`
// import * as sourceMapSupport from "source-map-support";
// sourceMapSupport.install();
Object.defineProperty(exports, "__esModule", { value: true });
var sourceMapSupport = require("source-map-support");
sourceMapSupport.install();
var block_and_log_streamer_1 = require("./block-and-log-streamer");
exports.BlockAndLogStreamer = block_and_log_streamer_1.BlockAndLogStreamer;
//# sourceMappingURL=index.js.map
{
"name": "ethereumjs-blockstream",
"version": "2.0.6",
"version": "2.0.7",
"description": "A library to turn an unreliable remote source of Ethereum blocks into a reliable stream of blocks with removals on re-orgs and backfills on skips.",

@@ -5,0 +5,0 @@ "main": "output/source/index.js",

@@ -1,3 +0,8 @@

import * as sourceMapSupport from "source-map-support";
sourceMapSupport.install();
// NOTE --
// Commented out to avoid cross origin error produced when running again webpack
// More research is necessary to resolve, as it may simply be a configuration issue.
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server.
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal`
// import * as sourceMapSupport from "source-map-support";
// sourceMapSupport.install();

@@ -4,0 +9,0 @@ export { Block } from "./models/block";

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