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

tardis-dev

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tardis-dev - npm Package Compare versions

Comparing version 13.1.11 to 13.1.12

1

dist/combine.js

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

});
combinedStream.setMaxListeners(iterators.length + 1);
iterators.forEach(async function writeMessagesToCombinedStream(messages) {

@@ -70,0 +71,0 @@ for await (const message of messages) {

2

package.json
{
"name": "tardis-dev",
"version": "13.1.11",
"version": "13.1.12",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -98,2 +98,4 @@ import { PassThrough } from 'stream'

combinedStream.setMaxListeners(iterators.length + 1)
iterators.forEach(async function writeMessagesToCombinedStream(messages) {

@@ -100,0 +102,0 @@ for await (const message of messages) {

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