Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

uri-beacon-uri-encoding

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uri-beacon-uri-encoding

Encode and decode UriBeacon URIs

Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

uri-beacon-uri-encoding

npm version Build Status Coverage Status Dependency Status

Encode and decode UriBeacon URIs.

Installation

npm install --save uri-beacon-uri-encoding

Usage

var encoding = require('uri-beacon-uri-encoding');

var uri = 'http://some.url';
var encoded = encoding.encode(uri);
var decoded = encoding.decode(encoded);

assert.strictEqual(decoded, uri);

This module is supposed to be used in conjunction with the noble package.

FAQs

Package last updated on 16 Jun 2015

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