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

jetifier

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jetifier - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

3

CHANGELOG.md
# Changelog
## 1.6.3
- fix: avoid substring/superstring shadowing in regex (#32) thanks @mysport12!
## 1.6.2

@@ -4,0 +7,0 @@

2

package.json
{
"name": "jetifier",
"version": "1.6.2",
"version": "1.6.3",
"description": "jetifier from Android Studio, in npm package format",

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

@@ -44,2 +44,7 @@ const { existsSync, readFileSync, readdirSync, statSync } = require('fs');

// Some mappings are substrings of other mappings, transform longest mappings first
lines.sort(function(a, b){
return b.length - a.length;
});
return lines;

@@ -46,0 +51,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