Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ungap/global-this

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ungap/global-this - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "@ungap/global-this",
"version": "0.3.0",
"version": "0.3.1",
"description": "A cross engine globalThis.",

@@ -5,0 +5,0 @@ "main": "cjs/index.js",

@@ -9,8 +9,2 @@ # globalThis

Compatible with IE9 and above, plus all other engines/browsers.
For IE8 support, simply put the following on top of your page:
```html
<!--[if IE 8]><script>this.globalThis=this</script><![endif]-->
```
Compatible with IE8 and above, plus all other engines and browsers.
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