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

cordova-plugin-play-games-services

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-play-games-services - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

types/index.d.ts

6

package.json
{
"name": "cordova-plugin-play-games-services",
"version": "1.1.0",
"version": "1.1.1",
"description": "Google Play Games Services Cordova Plugin for Android",
"types": "./types/index.d.ts",
"scripts": {},
"cordova": {

@@ -36,2 +38,2 @@ "id": "cordova-plugin-play-games-services",

"license": "MIT"
}
}

@@ -10,3 +10,4 @@ var exec = require('cordova/exec');

'submitScore', 'submitScoreNow', 'getPlayerScore', 'showAllLeaderboards', 'showLeaderboard',
'unlockAchievement', 'unlockAchievementNow', 'incrementAchievement', 'incrementAchievementNow', 'showAchievements', 'showPlayer'];
'unlockAchievement', 'unlockAchievementNow', 'incrementAchievement', 'incrementAchievementNow',
'showAchievements', 'showPlayer'];

@@ -38,2 +39,2 @@ actions.forEach(function (action) {

module.exports = new PlayGamesServices();
module.exports = new PlayGamesServices();

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