Socket
Socket
Sign inDemoInstall

@jedmao/location

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jedmao/location

A Location class that implements the Location interface of the Web API.


Version published
Weekly downloads
113K
decreased by-9.3%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

2.0.3 (2019-09-25)

Bug Fixes

  • build before release (6120568)

Readme

Source

@jedmao/location

GitHub Actions NPM version npm license codecov BundlePhobia Minified BundlePhobia Minified + gzip code style: prettier Unicorn Approved

A Location class that implements the Location interface of the Web API.

Installation

npm i @jedmao/location

Usage

import Location = require('@jedmao/location')

const loc = new Location('http://foo.com/')
loc.assign('http://bar.com/')
loc.replace('http://baz.com/')
loc.reload()

Keywords

FAQs

Last updated on 25 Sep 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc