Socket
Socket
Sign inDemoInstall

peek-readable

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peek-readable - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

2

lib/index.d.ts
/// <reference types="node" />
import * as stream from 'stream';
import stream from 'stream';
export { EndOfStreamError } from './EndOfFileStream.js';

@@ -4,0 +4,0 @@ export declare class StreamReader {

@@ -104,7 +104,3 @@ import { EndOfStreamError } from './EndOfFileStream.js';

});
return this.request.deferred.promise.then(n => {
return n;
}, err => {
throw err;
});
return this.request.deferred.promise;
}

@@ -111,0 +107,0 @@ }

{
"name": "peek-readable",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Read and peek from a readable stream",

@@ -23,4 +23,4 @@ "author": {

"test": "mocha",
"test-coverage": "nyc npm run test",
"send-coveralls": "nyc report --reporter=text-lcov | coveralls",
"test-coverage": "c8 npm run test",
"send-coveralls": "c8 report --reporter=text-lcov | coveralls",
"start": "npm run compile && npm run lint && npm run cover-test"

@@ -48,7 +48,8 @@ },

"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.6",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.3",
"add": "^2.0.6",
"c8": "^7.8.0",
"chai": "^4.3.4",

@@ -58,4 +59,3 @@ "coveralls": "^3.1.1",

"eslint": "^7.30.0",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"mocha": "^9.0.3",
"remark-cli": "^9.0.0",

@@ -62,0 +62,0 @@ "remark-preset-lint-recommended": "^5.0.0",

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