fetch-string 0.0.1-security → 1.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 fetch-string might be problematic. Click here for more details.
- package/lib/src/index.js +4 -0
- package/package.json +7 -4
- package/README.md +0 -5
package/package.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "fetch-string",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
6
|
-
}
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "A simple module to fetch strings with better control and organization",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
|
7
|
+
"keywords": ["fetch","string"],
|
8
|
+
"license": "ISC"
|
9
|
+
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=fetch-string for more information.
|