Socket
Socket
Sign inDemoInstall

core-js-bundle

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-js-bundle - npm Package Versions

1
16

3.4.2

Diff

Changelog

Source

3.4.2 - 2019.11.22

  • Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
  • String#replaceAll is available only in nightly FF builds
  • Improved Promise feature detection for the case of V8 6.6 with multiple core-js copies
  • Some internals optimizations
  • Added Node 13.2 -> V8 7.9 compat data mapping
  • Returned usage of node -e in postinstall scripts
zloirock
published 3.4.1 •

Changelog

Source

3.4.1 - 2019.11.12

zloirock
published 3.4.0 •

Changelog

Source

3.4.0 - 2019.11.07

zloirock
published 3.3.6 •

Changelog

Source

3.3.6 - 2019.11.01

  • Don't detect Chakra-based Edge as Chrome in the userAgent parsing
  • Fixed inheritance in typed array constructors wrappers, #683
  • Added one more workaround for correct work of early fetch implementations with polyfilled URLSearchParams, #680
zloirock
published 3.3.5 •

Changelog

Source

3.3.5 - 2019.10.29

  • Added a workaround of V8 deoptimization which causes serious performance degradation (~4x in my tests) of Array#concat, #679
  • Added a workaround of V8 deoptimization which causes slightly performance degradation of Promise, #679
  • Added (Async)Iterator.prototype.constructor -> (Async)Iterator per this issue
  • Added compat data for Chromium-based Edge
zloirock
published 3.3.4 •

Changelog

Source

3.3.4 - 2019.10.25

  • Added a workaround of V8 deoptimization which causes serious performance degradation (~20x in my tests) of some RegExp-related methods like String#split, #306
  • Added a workaround of V8 deoptimization which causes serious performance degradation (up to 100x in my tests) of Array#splice and slightly Array#{ filter, map }, #677
  • Fixed work of fetch with polyfilled URLSearchParams, #674
  • Fixed an edge case of String#replaceAll with an empty search value
  • Added compat data for Chrome 80
  • package-lock.json no longer generated in libraries
zloirock
published 3.3.3 •

Changelog

Source

3.3.3 - 2019.10.22

  • gopher removed from URL special cases per this issue and this PR
  • Added compat data for iOS 13 and Node 13.0
zloirock
published 3.3.2 •

Changelog

Source

3.3.2 - 2019.10.14

  • Fixed compatibility of core-js-compat with Node 6 and Yarn, #669
zloirock
published 3.3.1 •

Changelog

Source

3.3.1 - 2019.10.13

  • Fixed an NPM publishing issue
zloirock
published 3.2.1 •

Changelog

Source

3.2.1 - 2019.08.12

  • Added a workaround for possible recursion in microtasks caused by conflicts with other Promise polyfills, #615
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