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

core-js-bundle

Package Overview
Dependencies
Maintainers
1
Versions
153
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.13.1

Diff

Changelog

Source

3.13.1 - 2021.05.29

  • Overwrites get-own-property-symbols third-party Symbol polyfill if it's used since it causes a stack overflow, #774
  • Added a workaround of possible browser crash on Object.prototype accessors methods in WebKit ~ Android 4.0, #232
zloirock
published 3.13.0 •

Changelog

Source

3.13.0 - 2021.05.26

zloirock
published 3.12.1 •

Changelog

Source

3.12.1 - 2021.05.09

  • Fixed some cases of Function#toString with multiple core-js instances
  • Fixed some possible String#split polyfill problems in V8 5.1
zloirock
published 3.12.0 •

Changelog

Source

3.12.0 - 2021.05.06

zloirock
published 3.11.3 •

Changelog

Source

3.11.3 - 2021.05.05

  • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required
zloirock
published 3.11.2 •

Changelog

Source

3.11.2 - 2021.05.03

  • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #932
  • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
  • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms
zloirock
published 3.11.1 •

Changelog

Source

3.11.1 - 2021.04.28

  • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
  • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #564
zloirock
published 3.11.0 •

Changelog

Source

3.11.0 - 2021.04.22

zloirock
published 3.10.2 •

Changelog

Source

3.10.2 - 2021.04.19

  • URL and URLSearchParams marked as supported from Safari 14.0
  • Polyfilled built-in constructors protected from calling on instances
zloirock
published 3.10.1 •

Changelog

Source

3.10.1 - 2021.04.08

  • Prevented possible RegExp#split problems in old engines, #751, #919
  • Detection of Safari 10 string padding bug extended to some Safari-based 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