New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-launch-review

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-launch-review - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"version": "3.1.0",
"version": "3.1.1",
"name": "cordova-launch-review",

@@ -4,0 +4,0 @@ "cordova_name": "Launch Review",

@@ -30,3 +30,3 @@ /* Copyright (c) 2015 Dave Alden (http://github.com/dpa99c)

cordova.exec(function(_isRatingSupported){
isRatingSupported = !!_isRatingSupported;
isRatingSupported = !!parseInt(_isRatingSupported);
}, null, 'LaunchReview', 'isRatingSupported', []);

@@ -33,0 +33,0 @@

Sorry, the diff of this file is not supported yet

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