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

turbowatch

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turbowatch - npm Package Compare versions

Comparing version 2.16.0 to 2.16.1

2

dist/watch.js

@@ -154,3 +154,3 @@ "use strict";

// eslint-disable-next-line promise/prefer-await-to-then
void Promise.all(initialRuns).then(() => {
void Promise.allSettled(initialRuns).then(() => {
for (const subscription of subscriptions) {

@@ -157,0 +157,0 @@ if (subscription.initialRun && subscription.persistent) {

@@ -68,3 +68,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.16.0"
"version": "2.16.1"
}

@@ -238,3 +238,3 @@ import { TurboWatcher } from './backends/TurboWatcher';

// eslint-disable-next-line promise/prefer-await-to-then
void Promise.all(initialRuns).then(() => {
void Promise.allSettled(initialRuns).then(() => {
for (const subscription of subscriptions) {

@@ -241,0 +241,0 @@ if (subscription.initialRun && subscription.persistent) {

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