Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "mpulse", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"homepage": "https://github.com/akamai/mpulse.js", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -6,3 +6,3 @@ { | ||
"author": "Akamai", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"repository": { | ||
@@ -45,4 +45,4 @@ "type": "git", | ||
"crypto-js": "^3.1.9-1", | ||
"xmlhttprequest": "^1.8.0" | ||
"xmlhttprequest": "https://github.com/nicjansma/node-XMLHttpRequest.git" | ||
} | ||
} |
@@ -32,1 +32,3 @@ # mPulse.js | ||
* Optionally specify the `User-Agent` for the config.json fetch | ||
* v1.3.2 - November 18, 2019 | ||
* Switched `node-XMLHttpRequest` dependency to fix https://github.com/driverdan/node-XMLHttpRequest/pull/128 so `User-Agent` header is set |
@@ -20,3 +20,3 @@ /* | ||
// Current version | ||
var MPULSE_VERSION = "1.3.1"; | ||
var MPULSE_VERSION = "1.3.2"; | ||
@@ -23,0 +23,0 @@ // App public function names |
Sorry, the diff of this file is too big to display
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
34
439713
12031
2
1
- Removedxmlhttprequest@1.8.0(transitive)
Updatedxmlhttprequest@https://github.com/nicjansma/node-XMLHttpRequest.git