Socket
Socket
Sign inDemoInstall

jslog

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

bower.json

3

lib/jslog.js

@@ -48,3 +48,3 @@ /*global define, global, amd*/

this.xmlHttpRequest = createRequest();
this.http;
this.http = null;
if (!this.xmlHttpRequest) {

@@ -54,2 +54,3 @@ try {

} catch(e) {
this.http = null;
}

@@ -56,0 +57,0 @@ }

{
"name": "jslog",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cloud logger for Phonegap/Cordova hybrid applications and web applications",

@@ -28,3 +28,8 @@ "main": "lib/jslog.js",

},
"homepage": "https://github.com/mentatxx/jslog"
"homepage": "https://github.com/mentatxx/jslog",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc