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

cordova-plugin-androidx-adapter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-androidx-adapter - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

apply.js

@@ -81,3 +81,3 @@ var PLUGIN_NAME = "cordova-plugin-androidx-adapter";

function replaceClassName(target, oldName, newName){
oldName = '(?:'+sanitiseForRegExp(oldName)+')([^.a-zA-Z0-9]+)';
oldName = '(?:'+sanitiseForRegExp(oldName)+')([^a-zA-Z0-9]+)';
return target.replace(new RegExp(oldName, 'g'), newName+'$1');

@@ -84,0 +84,0 @@ }

{
"name": "cordova-plugin-androidx-adapter",
"version": "1.1.2",
"version": "1.1.3",
"description": "Cordova/Phonegap plugin to migrate any code which references the legacy Android Support Library to the new AndroidX mappings in a Cordova Android platform project.",

@@ -5,0 +5,0 @@ "author": "Dave Alden",

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