Socket
Socket
Sign inDemoInstall

confusing-browser-globals

Package Overview
Dependencies
0
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

6

package.json
{
"name": "confusing-browser-globals",
"version": "1.0.10",
"version": "1.0.11",
"description": "A list of browser globals that are often used by mistake instead of local variables",

@@ -23,5 +23,5 @@ "license": "MIT",

"devDependencies": {
"jest": "26.6.0"
"jest": "^27.4.3"
},
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
}

@@ -34,3 +34,3 @@ # confusing-browser-globals

```js
var restrictedGlobals = require('confusing-browser-globals');
const restrictedGlobals = require('confusing-browser-globals');

@@ -37,0 +37,0 @@ module.exports = {

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