Socket
Socket
Sign inDemoInstall

globals

Package Overview
Dependencies
0
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.5.0 to 11.6.0

5

globals.json

@@ -6,2 +6,3 @@ {

"Atomics": false,
"BigInt": false,
"Boolean": false,

@@ -252,2 +253,5 @@ "constructor": false,

"AudioScheduledSourceNode": false,
"AudioWorkletGlobalScope ": false,
"AudioWorkletNode": false,
"AudioWorkletProcessor": false,
"BarProp": false,

@@ -700,2 +704,3 @@ "BaseAudioContext": false,

"ReadableStream": false,
"registerProcessor": false,
"RemotePlayback": false,

@@ -702,0 +707,0 @@ "removeEventListener": false,

78

package.json
{
"name": "globals",
"version": "11.5.0",
"description": "Global identifiers from different JavaScript environments",
"license": "MIT",
"repository": "sindresorhus/globals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"globals.json"
],
"keywords": [
"globals",
"global",
"identifiers",
"variables",
"vars",
"jshint",
"eslint",
"environments"
],
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"ignores": [
"get-browser-globals.js"
]
}
"name": "globals",
"version": "11.6.0",
"description": "Global identifiers from different JavaScript environments",
"license": "MIT",
"repository": "sindresorhus/globals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"globals.json"
],
"keywords": [
"globals",
"global",
"identifiers",
"variables",
"vars",
"jshint",
"eslint",
"environments"
],
"devDependencies": {
"ava": "0.21.0",
"xo": "0.18.0"
},
"xo": {
"ignores": [
"get-browser-globals.js"
]
}
}
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