Socket
Socket
Sign inDemoInstall

extension-port-stream

Package Overview
Dependencies
Maintainers
11
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extension-port-stream - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

2

dist/index.d.ts

@@ -44,2 +44,2 @@ /// <reference types="node" />

}
export {};
export { PortDuplexStream };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PortDuplexStream = void 0;
const readable_stream_1 = require("readable-stream");

@@ -81,2 +82,3 @@ class PortDuplexStream extends readable_stream_1.Duplex {

exports.default = PortDuplexStream;
exports.PortDuplexStream = PortDuplexStream;
//# sourceMappingURL=index.js.map
{
"name": "extension-port-stream",
"version": "4.0.0",
"version": "4.1.0",
"description": "A module for creating a node style stream over a WebExtension port object.",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc