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

phonegap-parse

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-parse - npm Package Compare versions

Comparing version 1.4.17 to 1.4.18

2

package.json
{
"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);
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