New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@wxt-dev/browser

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wxt-dev/browser - npm Package Compare versions

Comparing version
0.0.310-alpha1
to
0.0.310
+3
-16
package.json
{
"name": "@wxt-dev/browser",
"description": "Provides a cross-browser API for using extension APIs and types based on @types/chrome",
"version": "0.0.310-alpha1",
"version": "0.0.310",
"type": "module",
"module": "src/index.mjs",
"main": "src/index.mjs",
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.mjs"
}
},
"publishConfig": {
"access": "public"
},
"repository": {

@@ -31,9 +22,6 @@ "type": "git",

"devDependencies": {
"@aklinker1/check": "^1.4.5",
"@types/chrome": "0.0.310",
"fs-extra": "^11.2.0",
"nano-spawn": "^0.2.0",
"publint": "^0.2.12",
"tsx": "4.19.3",
"typescript": "^5.6.3",
"vitest": "^3.0.7"

@@ -47,5 +35,4 @@ },

"scripts": {
"gen": "tsx scripts/generate.ts",
"check": "check"
"gen": "tsx scripts/generate.ts"
}
}