New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

r3986

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r3986

RFC3986 implementation

0.0.5
latest
Source
npm
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

RFC3986 Build Status

NPM

Codecov block

RFC3986 implementation in Javascript

Install

Via npm package manager

npm install --save r3986
#or with yarn
yarn add r3986

Usage

There is only one function from default import

import r3986 from 'r3986'

r3986 takes one string argument, return a RFC3986-encoded string following the definition at RFC3986.

Keywords

rfc3986

FAQs

Package last updated on 18 Apr 2024

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