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

stream-mock

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-mock - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

CHANGELOG.md

5

package.json
{
"name": "stream-mock",
"version": "2.0.3",
"version": "2.0.4",
"description": "Node stream mock module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/BastienAr/stream-mock.git",

@@ -35,3 +36,3 @@ "author": "Bastien Arata <bastyen.a@gmail.com>",

"@types/sinon": "^7.0.11",
"husky": "^2.6.0",
"husky": "^2.0.0",
"jest": "^24.7.1",

@@ -38,0 +39,0 @@ "lint-staged": "^8.1.5",

16

README.md
# Stream Mock
[![Build Status](https://travis-ci.org/b4nst/stream-mock.svg?branch=master)](https://travis-ci.org/BastienAr/stream-mock)
[![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/b4nst/stream-mock)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/b4nst/stream-mock)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a2f2d69c643398bef333/test_coverage)](https://codeclimate.com/github/BastienAr/stream-mock/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/a2f2d69c643398bef333/maintainability)](https://codeclimate.com/github/BastienAr/stream-mock/maintainability)
[![Greenkeeper badge](https://badges.greenkeeper.io/BastienAr/stream-mock.svg)](https://greenkeeper.io/)
[![Travis (.org)](https://img.shields.io/travis/b4nst/stream-mock.svg?logo=travis-ci)](https://travis-ci.org/b4nst/stream-mock)
[![npm](https://img.shields.io/npm/v/stream-mock.svg?logo=npm)](https://www.npmjs.com/package/stream-mock)
[![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/b4nst/stream-mock.svg?logo=snyk)](https://github.com/b4nst/stream-mock/network/alerts)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/b4nst/stream-mock.svg?logo=code-climate)](https://codeclimate.com/github/b4nst/stream-mock)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/b4nst/stream-mock.svg?logo=code-climate)](https://codeclimate.com/github/b4nst/stream-mock)
[![Greenkeeper badge](https://img.shields.io/badge/-enabled-green.svg?logo=greenkeeper&color=grey)](https://greenkeeper.io/)
![node](https://img.shields.io/node/v/stream-mock.svg?label=&logo=node.js&color=grey)
![npm type definitions](https://img.shields.io/npm/types/stream-mock.svg)
![GitHub](https://img.shields.io/github/license/b4nst/stream-mock.svg)

@@ -58,3 +62,3 @@ Mock nodejs streams.

```javascript
import {ObjectReadableMock, ObjectWritableMock, DuplexMock } from 'stream-mock';
import { ObjectReadableMock, ObjectWritableMock } from 'stream-mock';
import chai from 'chai';

@@ -61,0 +65,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