Comparing version 6.1.0 to 6.2.0
@@ -666,4 +666,4 @@ { | ||
"meteor": { | ||
"$": false, | ||
"_": false, | ||
"$": false, | ||
"Accounts": false, | ||
@@ -704,3 +704,31 @@ "App": false, | ||
"WebAppInternals": false | ||
}, | ||
"mongo": { | ||
"_isWindows": false, | ||
"_rand": false, | ||
"BulkWriteResult": false, | ||
"cat": false, | ||
"cd": false, | ||
"connect": false, | ||
"db": false, | ||
"getHostName": false, | ||
"getMemInfo": false, | ||
"hostname": false, | ||
"listFiles": false, | ||
"load": false, | ||
"ls": false, | ||
"md5sumFile": false, | ||
"mkdir": false, | ||
"Mongo": false, | ||
"ObjectId": false, | ||
"PlanCache": false, | ||
"pwd": false, | ||
"quit": false, | ||
"removeFile": false, | ||
"rs": false, | ||
"sh": false, | ||
"UUID": false, | ||
"version": false, | ||
"WriteResult": false | ||
} | ||
} |
{ | ||
"name": "globals", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "Global identifiers from different JavaScript environments", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,5 +9,3 @@ # globals [![Build Status](https://travis-ci.org/sindresorhus/globals.svg?branch=master)](https://travis-ci.org/sindresorhus/globals) | ||
The boolean indicates whether the global is writable. | ||
## Install | ||
@@ -37,5 +35,7 @@ | ||
Each global is given a value of `true` or `false`. A value of `true` indicates that the variable may be overwritten. A value of `false` indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be `false` unless we hear otherwise. | ||
## License | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19909
5
733