Skip to content

Commit ad02f2e

Browse files
Setup Socket patches
Configures package.json postinstall scripts to automatically apply Socket security patches.
1 parent 1ea2ef8 commit ad02f2e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mcp_modules/backlinks/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"scripts": {
88
"test": "mocha test/**/*.test.js",
99
"lint": "eslint src/ test/ --ext .js",
10-
"lint:fix": "eslint src/ test/ --ext .js --fix"
10+
"lint:fix": "eslint src/ test/ --ext .js --fix",
11+
"postinstall": "npx @socketsecurity/socket-patch apply --silent --ecosystems npm",
12+
"dependencies": "npx @socketsecurity/socket-patch apply --silent --ecosystems npm"
1113
},
1214
"keywords": [
1315
"mcp",

0 commit comments

Comments
 (0)