Socket
Socket
Sign inDemoInstall

ext

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### [1.1.2](https://github.com/medikoo/ext/compare/v1.1.1...v1.1.2) (2019-10-29)
### Bug Fixes
- Improve globalThis detection ([470862d](https://github.com/medikoo/ext/commit/470862d))
### [1.1.1](https://github.com/medikoo/ext/compare/v1.1.0...v1.1.1) (2019-10-29)

@@ -7,0 +13,0 @@

1

global-this/is-implemented.js

@@ -5,3 +5,4 @@ "use strict";

if (typeof globalThis !== "object") return false;
if (!globalThis) return false;
return globalThis.Array === Array;
};

2

package.json
{
"name": "ext",
"version": "1.1.1",
"version": "1.1.2",
"description": "JavaScript utilities with respect to emerging standard",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

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