New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rnmap-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rnmap-cli

map source file for react-natvie

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

使用场景

用bugly搜集rn项目的crash信息时,如果是js报错的话,定位到的是压缩处理后的代码位置,该脚本主要根据报错提供的行列号,定位到开发环境中的代码位置,方便修改bug。

安装使用

全局安装:

npm install rnmap-cli -g

切换到相应的rn项目下:

rnmap <row> <column> -c -a

参数说明:

  • row: 报错行
  • column: 报错列
  • -c: 缓存映射文件,默认不缓存
  • -a: 设置平台为android,默认iOS

FAQs

Package last updated on 10 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts