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

cordova-registry-mapper

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-registry-mapper - npm Package Compare versions

Comparing version 1.1.13 to 1.1.14

10

index.js

@@ -185,8 +185,10 @@ var map = {

'android.support.v13': 'cordova-android-support-v13',
'android.support.v4': 'cordova-android-support-v4',
'android.support.v4': 'cordova-android-support-v4', // Duplicated key ;)
'com.analytics.google': 'cordova-plugin-analytics',
'com.analytics.adid.google': 'cordova-plugin-analytics-adid',
'com.chariotsolutions.nfc.plugin': 'phonegap-nfc',
'com.samz.mixpanel': 'cordova-plugin-mixpanel'
}
'com.samz.mixpanel': 'cordova-plugin-mixpanel',
'de.appplant.cordova.common.RegisterUserNotificationSettings': 'cordova-plugin-registerusernotificationsettings',
'plugin.google.maps': 'cordova-plugin-googlemaps'
};

@@ -198,4 +200,4 @@ module.exports.oldToNew = map;

reverseMap[map[elem]] = elem;
})
});
module.exports.newToOld = reverseMap;

4

package.json
{
"name": "cordova-registry-mapper",
"version": "1.1.13",
"version": "1.1.14",
"description": "Maps old plugin ids to new plugin names for fetching from npm",

@@ -19,5 +19,5 @@ "main": "index.js",

"license": "Apache version 2.0",
"dependencies": {
"devDependencies": {
"tape": "^3.5.0"
}
}
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