forked from vercel-labs/fix-react2shell-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 998 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "fix-react2shell-next",
"version": "1.1.4",
"repository": {
"type": "git",
"url": "https://github.com/vercel-labs/fix-react2shell-next.git"
},
"description": "Fix the React 2 Shell vulnerability (CVE-2025-66478) in Next.js apps with one command",
"main": "index.js",
"bin": {
"fix-react2shell-next": "./bin/cli.js"
},
"scripts": {
"test": "node --test test/*.test.js",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"keywords": [
"nextjs",
"react",
"security",
"vulnerability",
"cve",
"rce",
"fix",
"patch"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=16"
},
"files": [
"bin",
"lib"
],
"devDependencies": {
"@changesets/cli": "^2.27.10"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}