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

async-signals

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-signals - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/promise.d.ts

@@ -1,2 +0,2 @@

import { AsyncSignal } from "./async-signals";
import { AsyncSignal } from "./async-signals.js";
/**

@@ -3,0 +3,0 @@ * Waits for the signal to completes its task and returns its value

import { Signal } from "signal-polyfill";
import { AsyncState } from "./async-signals";
import { AsyncState } from "./async-signals.js";
// NOTE: This scheduling logic is too basic to be useful. Do not copy/paste.

@@ -4,0 +4,0 @@ // This function would usually live in a library/framework, not application code

{
"name": "async-signals",
"version": "0.1.5",
"version": "0.1.6",
"description": "Synthatic sugar and utilities to support async tasks on top of signal-polyfill",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import { Signal } from "signal-polyfill";
import { AsyncSignal, AsyncState } from "./async-signals";
import { AsyncSignal, AsyncState } from "./async-signals.js";

@@ -4,0 +4,0 @@ // NOTE: This scheduling logic is too basic to be useful. Do not copy/paste.

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