phonegap-parse
Advanced tools
Comparing version 1.4.17 to 1.4.18
{ | ||
"name": "phonegap-parse", | ||
"version": "1.4.17", | ||
"version": "1.4.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
var serviceName = 'ParsePushPlugin'; | ||
var _ = window._ ? window._ : Parse._; | ||
//var _ = window._ ? window._ : Parse._; | ||
@@ -63,2 +63,2 @@ var ParsePushPlugin = { | ||
// push notification onReceive events | ||
module.exports = _.extend(ParsePushPlugin, Parse.Events); | ||
module.exports = ParsePushPlugin;//_.extend(ParsePushPlugin, Parse.Events); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28222261