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

@rozenite/plugin-bridge

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rozenite/plugin-bridge - npm Package Compare versions

Comparing version
1.0.0-alpha.5
to
1.0.0-alpha.6
+7
-16
package.json
{
"name": "@rozenite/plugin-bridge",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Communication layer for React Native DevTools plugins across React Native and web environments",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -28,17 +31,5 @@ "dist"

".": {
"types": {
"browser": "./dist/index.d.ts",
"react-native": "./dist/index.d.ts",
"default": "./dist/index.d.ts"
},
"import": {
"browser": "./dist/index.js",
"react-native": "./dist/index.js",
"default": "./dist/index.js"
},
"require": {
"browser": "./dist/index.cjs",
"react-native": "./dist/index.cjs",
"default": "./dist/index.cjs"
}
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}

@@ -45,0 +36,0 @@ },