Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details โ†’
Socket
Book a DemoInstallSign in
Socket

tuple-result

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuple-result - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+3
-3
package.json
{
"name": "tuple-result",
"version": "0.0.3",
"version": "0.0.4",
"private": false,

@@ -28,4 +28,4 @@ "description": "A minimal, functional, and tree-shakable Result library for TypeScript that prioritizes simplicity and serialization",

"@types/node": "^24.1.0",
"@blgc/config": "0.0.36",
"rollup-presets": "0.0.22"
"rollup-presets": "0.0.22",
"@blgc/config": "0.0.36"
},

@@ -32,0 +32,0 @@ "size-limit": [

@@ -23,3 +23,3 @@ <h1 align="center">

- **๐Ÿ”ฎ Simple, declarative API**: Intuitive array destructuring with full type safety
- **๐Ÿƒ Lightweight & Tree Shakable**: Core ~150B, Full library ~500B
- **๐Ÿƒ Lightweight & Tree Shakable**: Function-based design with ~150B core
- **โšก High Performance**: Minimal overhead with just a 3-element array

@@ -26,0 +26,0 @@ - **๐Ÿ” Easy Serialization**: Simple array format perfect for wire transmission