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

unjam

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unjam - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/cooperate/index.d.ts

@@ -8,3 +8,3 @@ /**

/**
* Gets the current cooperation ID and the time when the cooperation started.
* Gets the current cooperation.
* @throws An error if no cooperation is in progress.

@@ -11,0 +11,0 @@ * @returns A tuple containing the cooperation ID and the time when the cooperation started.

{
"name": "unjam",
"version": "0.3.1",
"version": "0.3.2",
"description": "Unjam is a JavaScript and TypeScript library offering non-blocking versions of common array methods like forEach, map, and filter. Designed for cooperative multitasking, Unjam keeps your application responsive, even with large data processing tasks, by preventing the main thread from being blocked. Perfect for smooth and efficient JavaScript execution in web applications.",

@@ -113,3 +113,3 @@ "keywords": [

"type": "git",
"url": "git@github.com:therialguz/Unjam.git"
"url": "git+ssh://git@github.com/therialguz/Unjam.git"
},

@@ -124,3 +124,3 @@ "scripts": {

"docs": "typedoc --out docs src",
"prepublish": "npm run build && npm run docs",
"prepublishOnly": "npm run build && npm run docs",
"bench": "vitest bench --run"

@@ -127,0 +127,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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