Comparing version 0.1.0 to 0.1.1
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
28362
1
0