0.2.4 • Published 12 months ago

jsc-safe-url v0.2.4

Weekly downloads
-
License
0BSD
Repository
github
Last release
12 months ago

jsc-safe-url

JavaScriptCore santizes source URLs in error stacks by stripping query strings and fragments. Ref: Webkit/Webkit#49109d.

This package contains utility functions required to implement the proposed React Native Community RFC0646. It exports three functons:

function isJscSafeUrl(url: string): boolean

Returns false if the URL has a query component that could be stripped by JSC.

function toJscSafeUrl(urlToConvert: string): string

Accepts an absolute or relative URL, and encodes any data in the input query string (if present) into the path component of the URL, by using the delimiter //& (which cannot appear in a normalized file path) to separate the original path from the orignal query string.

toJscSafeUrl('https://example.com/path?foo=bar#fragment')
// 'https://example.com/path//&foo=bar#fragment'

function toNormalUrl(urlToNormalize: string): string

Accepts an absolute or relative URL, and replaces the first unescaped //& in the path component with ?. (Effectively the reverse of toJscSafeUrl.)

toNormalUrl('https://example.com/path//&foo=bar#fragment')
// 'https://example.com/path?foo=bar#fragment'
easy-select-rnluminos-ui-core@everything-registry/sub-chunk-1979jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_sample@react-native-ui-design/button@taingo97/react-native-bluetooth-escpos-printer@taingo97/react-native-sunmi-printerjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyreact-native-experts-sdktest_lib_module_aarfluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alphafawaterak-online-paymentfawatrak-online-paymentframework_test_library_sixdeeframework_test_library_sixdee_newframework_test_library_sixdee_new_newgamification-integration-newmetrogriffin-ui-libraryjordy-frijters-test-libreact-native-tone-frameworkpnm-yph-react-native-custom-componentstest-zeo-collectreact_native_pandey_marqueereact-native-bridge-packagereact-native-conekta-card-tokenizerreact-native-custom-image-carouselreact-native-ctp-odpreact-native-volume-phisicalreactnativelyrn-circular-chartrn-horizontal-listreact-native-expo-read-sms-ts-kfreact-native-fedlight-dsmreact-native-lib-test-rn-1react-native-file-logger-forkedreact-native-lowlatencyreact-native-loyalty-platformsreact-native-login-demo-testreact-native-manh-testreact-native-manual-ios-sdkreact-native-dimensions-layoutreact-native-progress-arrowreact-native-priya-demo-buttonreact-native-rom-componentsreact-native-smartcall-videodemoreact-native-sixdee_test_libreact-native-pool-corereact-native-responsive-helperreact-native-rn-appreact-native-rtn-ips-poslin-testreact-native-sandycomponentreact-native-multiplyreact-native-multiselectorreact-native-multiplier-altroncosoreact-native-mun-kitreact-native-app-bubblereact-native-bleccs-componentsreact-native-awesome-android-123react-native-awesome-android-123-zeotapreact-native-awesome-module-latestreact-native-basic-appreact-native-basic-screenreact-native-build-vesion-getterreact-native-components-designreact-native-withframework-checkreact-native-test-comlibraryreact-native-omental-frameworkreact-native-native-audio-enginereact-native-meon-edocreact-native-meonsdkreact-native-meontoolreact-native-nativewindreact-native-onrampreact-native-module-for-testingreact-native-module-argereact-native-native-ios-test1react-native-rabbitmq-allreact-native-recent-framework-updatereact-native-scroll-tab-to-indexreact-native-tejab41097-sample-libraryreact-native-teknoctrl-componentsreact-native-tilt-blequickcapture_react_nativern-agora-ios-mrn-check-btnrn-keyboard-avoiding-viewrn_unique_device_idvision-camera-plugin-face-detectorzeo-collect
0.2.1

12 months ago

0.2.0

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.4

12 months ago

0.1.0

12 months ago

0.0.1

12 months ago