Socket
Socket
Sign inDemoInstall

globals

Package Overview
Dependencies
Maintainers
4
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globals - npm Package Compare versions

Comparing version 11.12.0 to 12.0.0

17

package.json
{
"name": "globals",
"version": "11.12.0",
"version": "12.0.0",
"description": "Global identifiers from different JavaScript environments",

@@ -13,3 +13,3 @@ "license": "MIT",

"engines": {
"node": ">=4"
"node": ">=8"
},

@@ -33,5 +33,9 @@ "scripts": {

],
"dependencies": {
"type-fest": "^0.6.0"
},
"devDependencies": {
"ava": "0.21.0",
"xo": "0.18.0"
"ava": "^2.2.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},

@@ -42,3 +46,8 @@ "xo": {

]
},
"tsd": {
"compilerOptions": {
"resolveJsonModule": true
}
}
}

@@ -37,6 +37,1 @@ # globals [![Build Status](https://travis-ci.org/sindresorhus/globals.svg?branch=master)](https://travis-ci.org/sindresorhus/globals)

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](https://sindresorhus.com)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc