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

@ayonli/jsext

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayonli/jsext - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

index.ts

@@ -952,3 +952,3 @@ import { isAsyncGenerator, isGenerator } from "check-iterable";

// `threadId` may not exist in Bun.
workerId = worker.threadId ?? workerIdCounter.next().value;
workerId = worker.threadId ?? workerIdCounter.next().value as number;
ok = await new Promise<boolean>((resolve) => {

@@ -955,0 +955,0 @@ worker.once("exit", () => {

{
"name": "@ayonli/jsext",
"version": "0.4.4",
"version": "0.4.5",
"description": "Additional functions for JavaScript programming in practice.",

@@ -5,0 +5,0 @@ "exports": {

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