cs1v1-package 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README.md +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cs1v1-package",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "An npm package demonstrating how packages can steal your data (but not actually doing so!)",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/README.md DELETED
@@ -1,7 +0,0 @@
1
- # evil-package
2
-
3
- An npm package demonstrating how packages can steal your data (but not actually doing so!)
4
-
5
- This captures the environment variable `$PLEASE_STEAL_THESE_CREDENTIALS` and sends it to an evil site when the package is installed or required.
6
-
7
- The evil site in question is `evil.test` - note that `.test` is a reserved TLD, which will never resolve, and so these requests will always fail, that's OK.