Socket
Socket
Sign inDemoInstall

webext-bridge

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

dist/index.js

20

package.json
{
"name": "webext-bridge",
"version": "5.0.2",
"version": "5.0.3",
"description": "Messaging in Web Extensions made easy. Out of the box.",

@@ -28,3 +28,3 @@ "keywords": [

"scripts": {
"build": "tsup src/index.ts --format esm --dts",
"build": "tsup src/index.ts --format esm,cjs --dts",
"watch": "npm run build -- --watch",

@@ -48,12 +48,12 @@ "release": "bumpp --commit --push --tag && npm run build && npm publish"

"devDependencies": {
"@antfu/eslint-config": "^0.14.2",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@antfu/eslint-config": "^0.16.1",
"@types/node": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"bumpp": "^7.1.1",
"eslint": "^8.5.0",
"tsup": "^5.11.9",
"type-fest": "^2.8.0",
"typescript": "^4.5.4"
"eslint": "^8.8.0",
"tsup": "^5.11.13",
"type-fest": "^2.11.1",
"typescript": "^4.5.5"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc