Socket
Socket
Sign inDemoInstall

global-var

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    global-var

Get the correct 'global' variable for the current runtime environment (`window` in browser, `global` in node, etc)


Version published
Weekly downloads
1.2K
increased by4.01%
Maintainers
1
Install size
4.39 kB
Created
Weekly downloads
 

Readme

Source

global-var Travis Coverage Status Downloads

Get the correct 'global' variable for the current runtime environment (window in browser, global in node, etc)

Install

Install with npm

$ npm i global-var --save

Usage

var globals = require('global-var');

globals.setTimeout(
  function(){
    console.log('Hello, world!');
  }, 1000);
// --> "Hello, world!" after 1000ms

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Andreas Pizsa

License

Copyright © 2016 Andreas Pizsa Released under the MIT license.


This file was generated by verb-cli on February 16, 2016.

Keywords

FAQs

Last updated on 16 Feb 2016

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