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

unjam

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.1.1

39

package.json
{
"name": "unjam",
"version": "0.1.0",
"type": "module",
"version": "0.1.1",
"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.",
"keywords": [
"non-blocking",
"cooperative multitasking",
"JavaScript",
"TypeScript",
"forEach",
"map",
"filter",
"array methods",
"performance",
"async",
"main thread",
"responsive",
"UI",
"background processing",
"multitasking",
"Unjam",
"web performance",
"large datasets"
],
"license": "MIT",
"author": {
"name": "Benjamín Guzmán López",
"email": "benjamin.guzmanl@sansano.usm.cl"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/unjam.d.ts",
"main": "dist/unjam.cjs",
"module": "dist/unjam.mjs",

@@ -73,2 +98,7 @@ "exports": {

},
"main": "dist/unjam.cjs",
"repository": {
"type": "git",
"url": "git@github.com:therialguz/Unjam.git"
},
"scripts": {

@@ -81,3 +111,4 @@ "dev": "vite",

"update-exports": "node scripts/update-exports.js",
"docs": "typedoc --out docs src"
"docs": "typedoc --out docs src",
"prepublish": "npm run build && npm run docs"
},

@@ -84,0 +115,0 @@ "devDependencies": {

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