New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@builderx/bridge

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builderx/bridge - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

dist/index.cjs.js

28

package.json
{
"name": "@builderx/bridge",
"version": "1.0.8",
"version": "1.0.9",
"main": "dist/index.js",

@@ -10,21 +10,29 @@ "types": "dist/index.d.ts",

"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"scripts": {
"build": "tsc --noEmitOnError",
"build:ts": "tsc --noEmitOnError",
"prepare": "yarn build",
"dev": "tsc-watch"
"dev": "vite",
"build": "vite build"
},
"dependencies": {},
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"tsc-watch": "^6.0.4",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vite-plugin-react": "^3.0.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"exports": {
".": {
"import": "./dist/index.js"
}
}
}
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