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

@tejp/testing-streams

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tejp/testing-streams - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.chglog/CHANGELOG.tpl.md

12

package.json
{
"name": "@tejp/testing-streams",
"version": "0.1.0",
"version": "0.2.0",
"description": "Streams for test cases",

@@ -13,14 +13,12 @@ "main": "lib/streams.js",

"ava": {
"require": [
"@babel/polyfill"
]
"babel": true
},
"license": "MIT",
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"ava": "^2.3.0",
"eslint": "^6.3.0",
"ava": "^3.15.0",
"eslint": "^7.17.0",
"stream-watcher": "^0.2.9"

@@ -27,0 +25,0 @@ },

@@ -37,5 +37,5 @@ import test from "ava";

t.is(stream.read(), null);
await t.throwsAsync(watcher.finish, "E");
await t.throwsAsync(watcher.finish, {message: "E"});
});

Sorry, the diff of this file is not supported yet

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