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/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "fetch-string",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
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.