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

check-global-variables

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

check-global-variables

Get a list of `window`'s variables.

1.0.0
latest
npm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Check-Global-Variables

Get a list of window's variables.

Install

npm i check-global-variables

Usage

// es6 modules
import checkGlobalVariables from 'check-global-variables';

// commonJS modules
const checkGlobalVariables = require('check-global-variables');

console.table(checkGlobalVariables());

output

Keywords

window

FAQs

Package last updated on 20 Dec 2016

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