Socket
Socket
Sign inDemoInstall

@brandingbrand/polyfills

Package Overview
Dependencies
Maintainers
101
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandingbrand/polyfills - npm Package Compare versions

Comparing version 11.71.0 to 11.71.1

src/global-this.d.ts

9

CHANGELOG.md

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

## [11.71.1](https://github.com/brandingbrand/shipyard/compare/v11.71.0...v11.71.1) (2022-09-19)
### Bug Fixes
* **polyfills:** globalThis polyfill for android ([e6d26ff](https://github.com/brandingbrand/shipyard/commit/e6d26ff1948b9d065a55eae4c9237543256e1f8b))
# [11.71.0](https://github.com/brandingbrand/shipyard/compare/v11.70.0...v11.71.0) (2022-09-14)

@@ -7,0 +16,0 @@

4

package.json
{
"name": "@brandingbrand/polyfills",
"version": "11.71.0",
"version": "11.71.1",
"license": "MIT",

@@ -9,3 +9,3 @@ "main": "./src/index.js",

"symbol-observable": "^4.0.0",
"@brandingbrand/utils-base64": "11.71.0",
"@brandingbrand/utils-base64": "11.71.1",
"tslib": "^2.0.0"

@@ -12,0 +12,0 @@ },

import 'symbol-observable';
import './global-this';
/* eslint-disable no-extend-native */
import 'symbol-observable';
import './global-this';
import base64 from '@brandingbrand/utils-base64';

@@ -4,0 +5,0 @@ if (!global.btoa) {

Sorry, the diff of this file is not supported yet

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