cs1v1-package 1.0.0 → 1.0.1
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.
- package/package.json +1 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cs1v1-package",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
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": {
|
|
@@ -14,13 +14,6 @@
|
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": ""
|
|
16
16
|
},
|
|
17
|
-
"homepage": "",
|
|
18
|
-
"keywords": [
|
|
19
|
-
"evil",
|
|
20
|
-
"demo",
|
|
21
|
-
"attack",
|
|
22
|
-
"npm"
|
|
23
|
-
],
|
|
24
17
|
"author": "Tim Perry <tim@httptoolkit.tech>",
|
|
25
18
|
"license": "Apache-2.0",
|
|
26
19
|
"dependencies": {
|