You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

rswitch

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

rswitch - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+9
-4
package.json
{
"name": "rswitch",
"description": "The rswitch library provides a compact and flexible way to implement switch-like functionality in JavaScript. It allows you to define cases and their corresponding actions using an object literal syntax.",
"version": "0.2.0",
"version": "0.3.0",
"author": "Rashed Iqbal",

@@ -11,5 +11,10 @@ "files": [

".": {
"types": "./dist/index.d.ts",
"import": "./dist/rswitch.es.js",
"require": "./dist/rswitch.umd.js"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/rswitch.es.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/rswitch.umd.js"
}
}

@@ -16,0 +21,0 @@ },