Socket
Book a DemoInstallSign in
Socket

getroot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getroot

Get isomorphic global object on node.js and browser

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
19K
0.29%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status Build status codecov npm node

getroot

getroot is simple utility wraps access to global object.

Install

npm install getroot

Usage

import { root } from 'getroot';

//root is either `window` or `global` based on running environment.

Building / Testing

Few npm scripts are supported for build / test code.

  • build: Transpiles code to ES5 commonjs to dist.
  • test: Run unit test
  • lint: Run lint over all codebases
  • lint:staged: Run lint only for staged changes. This'll be executed automatically with precommit hook.
  • commit: Commit wizard to write commit message

License

MIT

FAQs

Package last updated on 08 Sep 2017

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