Socket
Socket
Sign inDemoInstall

@brandingbrand/polyfills

Package Overview
Dependencies
Maintainers
97
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.77.1 to 11.78.0

src/index.web.d.ts

9

CHANGELOG.md

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

# [11.78.0](https://github.com/brandingbrand/shipyard/compare/v11.77.1...v11.78.0) (2022-11-30)
### Bug Fixes
* **polyfills:** native polyfills ([5df577e](https://github.com/brandingbrand/shipyard/commit/5df577ec2b5c72b687ca01edec5505d85e701411))
## [11.77.1](https://github.com/brandingbrand/shipyard/compare/v11.77.0...v11.77.1) (2022-11-16)

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

4

package.json
{
"name": "@brandingbrand/polyfills",
"version": "11.77.1",
"version": "11.78.0",
"license": "MIT",

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

"dependencies": {
"@brandingbrand/utils-base64": "11.77.1",
"@brandingbrand/utils-base64": "11.78.0",
"symbol-observable": "^4.0.0",

@@ -11,0 +11,0 @@ "tslib": "^2.0.0"

@@ -0,6 +1,6 @@

import './object/from-entries.polyfill';
import './array/flat-map.polyfill';
import './array/flat.polyfill';
import './base64.polyfill';
import './global-this.polyfill';
import 'symbol-observable';
import './global-this.polyfill';
import './base64.polyfill';
import './array/flat.polyfill';
import './array/flat-map.polyfill';
import './object/from-entries.polyfill';

@@ -0,7 +1,7 @@

import './object/from-entries.polyfill';
import './array/flat-map.polyfill';
import './array/flat.polyfill';
import './base64.polyfill';
import './global-this.polyfill';
import 'symbol-observable';
import './global-this.polyfill';
import './base64.polyfill';
import './array/flat.polyfill';
import './array/flat-map.polyfill';
import './object/from-entries.polyfill';
//# sourceMappingURL=index.js.map

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