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

@sheepdog/vanilla

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sheepdog/vanilla - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

dist/src/task.js

@@ -68,2 +68,5 @@ import { CancelationError, createTask, handlers } from '@sheepdog/core';

}
if (![...instances.values()].some((instance) => instance.is_running)) {
event_target.dispatchEvent(new SheepdogEvent('finish'));
}
event_target.dispatchEvent(new SheepdogEvent('instance-error'));

@@ -89,2 +92,5 @@ event_target.dispatchEvent(new SheepdogEvent('instance-finish'));

}
if (![...instances.values()].some((instance) => instance.is_running)) {
event_target.dispatchEvent(new SheepdogEvent('finish'));
}
event_target.dispatchEvent(new SheepdogEvent('instance-cancel'));

@@ -148,3 +154,3 @@ event_target.dispatchEvent(new SheepdogEvent('instance-finish'));

}
if (instances.size === 1) {
if (![...instances.values()].some((instance) => instance.is_running)) {
event_target.dispatchEvent(new SheepdogEvent('finish'));

@@ -151,0 +157,0 @@ }

2

package.json
{
"name": "@sheepdog/vanilla",
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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