Socket
Socket
Sign inDemoInstall

core-js-pure

Package Overview
Dependencies
0
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
810
16Next

3.12.0

Diff

Changelog

Source

3.12.0 - 2021.05.06

  • Added well-known symbol Symbol.metadata for decorators stage 2 proposal
  • Added well-known symbol Symbol.matcher for pattern matching stage 1 proposal
  • Fixed regression of V8 ~ Node 0.12 String(Symbol()) bug, #933
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
zloirock
published 3.10.0 •

Changelog

Source

3.10.0 - 2021.03.31

  • Array find from last proposal moved to the stage 2, March TC39 meeting
  • Prevented possible RegExp#exec problems in some old engines, #920
  • Updated compat data mapping:
    • NodeJS up to 16.0
    • Electron up to 13.0
    • Samsung Internet up to 14.0
    • Opera Android up to 62
    • The rest automatically
zloirock
published 3.9.1 •

Changelog

Source

3.9.1 - 2021.03.01

  • Added a workaround for Chrome 38-40 bug which does not allow to inherit symbols (incl. well-known) from DOM collections prototypes to instances, #37
  • Used NumericRangeIterator as toStringTag instead of RangeIterator in { Number, BigInt }.range iterator, per this PR
  • TypedArray constructors marked as supported from Safari 14.0
  • Updated compat data mapping for iOS Safari and Opera for Android
zloirock
published 3.9.0 •

Changelog

Source

3.9.0 - 2021.02.19

  • Added Array find from last stage 1 proposal
    • Array#findLast
    • Array#findLastIndex
    • %TypedArray%#findLast
    • %TypedArray%#findLastIndex
  • Added %TypedArray%#uniqueBy method for array deduplication stage 1 proposal
    • %TypedArray%#uniqueBy
  • Dropped ToLength detection from array methods feature detection which could cause hanging FF11-21 and some versions of old WebKit, #764
  • Minified bundle from core-js-bundle uses terser instead of uglify-js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc