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

@jeswr/stream-to-string

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jeswr/stream-to-string - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

dist/index.d.ts
import { promisifyEventEmitter } from 'event-emitter-promisify';
export default function stringify(ee: Parameters<typeof promisifyEventEmitter>[0]): Promise<string>;
export declare function stringify(ee: Parameters<typeof promisifyEventEmitter>[0]): Promise<string>;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.stringify = stringify;
const event_emitter_promisify_1 = require("event-emitter-promisify");

@@ -24,2 +25,1 @@ function stringify(ee) {

}
exports.default = stringify;
{
"name": "@jeswr/stream-to-string",
"version": "1.0.0",
"version": "2.0.0",
"description": "",

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

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