Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-hotpushes

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-hotpushes - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "cordova-plugin-hotpushes",
"version": "0.1.1",
"version": "0.1.2",
"cordova": {

@@ -5,0 +5,0 @@ "id": "cordova-plugin-hotpushes",

@@ -172,3 +172,3 @@ /* global cordova:false */

if (this.options.type === 'replace') {
this._syncs = [ContentSync.sync({ src: this.options.archiveURL, id: 'assets' })];
this._syncs = [ContentSync.sync({ src: this.options.archiveURL, id: 'assets', headers: this.options.headers})];

@@ -215,3 +215,3 @@ this._syncs[0].on('progress', function(data) {

domEl.setAttribute("src", this._getLocalPath(this.options.versionJSONPFileName) + '?' + time);
domEl.onerror = function(err) {console.log(err);window.hotPushJSONP(null);}
domEl.onerror = function(err) {window.hotPushJSONP(null);}
head.appendChild(domEl);

@@ -218,0 +218,0 @@ };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc