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

jetifier

Package Overview
Dependencies
Maintainers
4
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.7 to 1.6.8

10

CHANGELOG.md
# Changelog
## 1.6.8
- revert deprecation notice.
Today I learned, if build tools emit anything on console.warn, it is a breaking change. Sorry!
## 1.6.7
- attempt to emit a deprecation notice
## 1.6.6

@@ -4,0 +14,0 @@ - chore: update jetifier-standalone distribution (thanks @mcBIG!)

1

index.js

@@ -14,3 +14,2 @@ const { fork } = require('child_process');

console.warn('Jetifier is deprecated. Future versions of react-native CLI may not run it by default.')
console.log(`Jetifier found ${files.length} file(s) to ${mode}-jetify. Using ${cpus} workers...`);

@@ -17,0 +16,0 @@

{
"name": "jetifier",
"version": "1.6.7",
"version": "1.6.8",
"description": "jetifier from Android Studio, in npm package format",

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

@@ -9,3 +9,2 @@ const { readFileSync, writeFileSync } = require('fs');

if (data.includes(mode === 'forward' ? oldClass : newClass)) {
console.warn(`Jetifier: propose an AndroidX conversion PR to this repository: ${file}`)
data = mode === 'forward' ?

@@ -12,0 +11,0 @@ data.replace(new RegExp(oldClass, 'g'), newClass) :

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