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 2.0.0-next.81 to 2.0.0-next.91

6

package.json
{
"name": "confusing-browser-globals",
"version": "2.0.0-next.81+25f516f8",
"version": "2.0.0-next.91+1465357b",
"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.1.0"
},
"gitHead": "25f516f8de602187bea4e725b9d8fc1034d909a6"
"gitHead": "1465357b842eae16b2b52243d2e55db9a17f0425"
}

@@ -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