0.2.4 • Published 2 years ago

jsc-safe-url v0.2.4

Weekly downloads
-
License
0BSD
Repository
github
Last release
2 years 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_samplegriffin-ui-libraryrn-currency-formatterrn_unique_device_idreactnativelyrn-check-btnrn-circular-chartrn-horizontal-listreact_native_pandey_marqueern-keyboard-avoiding-viewrenu-packreact-native-withframework-checktest-zeo-collectvision-camera-plugin-face-detectorvantiq-reactjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyreact-native-experts-sdktest_lib_module_aarquickcapture_react_nativern-agora-ios-mmetrojesh-calculationjordy-frijters-test-libmanan-react-native-expo-authorize-netreact-native-rom-componentsori-bot-react-nativepnm-yph-react-native-custom-componentsreact-native-build-vesion-getterreact-native-dimensions-layoutreact-native-file-logger-forkedreact-native-bottom-tab-designsreact-native-components-designreact-native-conekta-card-tokenizerreact-native-ctp-odpreact-native-escapereact-native-custome-component-demoreact-native-dummy-viewreact-native-fedlight-dsmreact-native-bleccs-componentsreact-native-dff-components-demoreact-native-expo-read-sms-ts-kfreact-native-bridge-packagereact-native-custom-poccomponentreact-native-custom-poccomponent-nextreact-native-custom-image-carouselreact-native-volume-phisicalreact-native-lib-test-rn-1react-native-rabbitmq-allreact-native-recent-framework-updatereact-native-s-airlinesreact-native-scroll-tab-to-indexreact-native-rn-appreact-native-rn-lib-custom-componentsreact-native-rn-common-components-examplereact-native-rn-tolkaplayerreact-native-rn-tolkaplayer-dharmeshreact-native-sharing-intentreact-native-sherpa-onnx-offline-ttsreact-native-rtn-ips-poslin-testreact-native-responsive-helperreact-native-remote-updatereact-native-sandycomponentreact-native-manh-testreact-native-manual-ios-sdkreact-native-geo-locatorreact-native-multi-bluetooth-printerreact-native-moosa-lib-for-testreact-native-paynow-generatorreact-native-pool-corereact-native-nyx-printerreact-native-offline-noticereact-native-omental-frameworkreact-native-onrampreact-native-otp-custom-libraryreact-native-pme-loadingreact-native-priya-demo-buttonreact-native-progress-arrowreact-native-tilt-blereact-native-test-tooltipreact-native-test-comlibraryreact-native-tone-frameworkreact-native-tonesreact-native-mymapreact-native-native-audio-enginereact-native-native-ios-test1react-native-nativewindreact-native-login-demo-testreact-native-meon-edoc
0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago