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.5 to 1.6.6

jetifier-standalone-checksums.txt

4

CHANGELOG.md
# Changelog
## 1.6.6
- chore: update jetifier-standalone distribution (thanks @mcBIG!)
- docs: include jetifier-standalone checksums (verified vs upstream, @mikehardy)
## 1.6.5

@@ -4,0 +8,0 @@ - fix: avoid infinite readdir loop w/symlink skip (great work, thanks @gaodeng!)

6

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

@@ -13,3 +13,3 @@ "main": "index.js",

"dev-sync": "cp -rv bin index.js lib package.json src ../rn-androidx-demo/rnandroidxdemo/node_modules/jetifier",
"shipit": "np",
"shipit": "np --no-tests",
"test": ""

@@ -43,4 +43,4 @@ },

"devDependencies": {
"np": "^5.1.3"
"np": "^6.2.4"
}
}

@@ -54,2 +54,4 @@ [![npm version](https://badge.fury.io/js/jetifier.svg)](http://badge.fury.io/js/jetifier)

_Performance:_ the reason this thing is so fast you probably did not know you were using it is because Yassine Fathi / @m4tt72 rewrote the original proof-of-concept in javascript - thank you Yassine!
### To reverse-jetify / convert node_modules dependencies to Support Libraries

@@ -61,3 +63,3 @@

Follow the instructions from above to convert to AndroidX, **but add the `-r` flag to the `npx jetify` call.**
Follow steps 2 through 5 above (to install jetifier), **but add the `-r` flag to the `npx jetify` call to use it in reverse mode.**

@@ -64,0 +66,0 @@ If a library ships only as a jar/aar/zip file, you will have to use jetifier-standalone to convert that as well, but you can delay the AndroidX migration indefinitely with this style.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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