Socket
Socket
Sign inDemoInstall

core-js-pure

Package Overview
Dependencies
0
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
1113
16Next

3.4.0

Diff

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
zloirock
published 3.2.0 •

Changelog

Source

3.2.0 - 2019.08.09

  • Promise.allSettled moved to stable ES, per July TC39 meeting
  • Promise.any moved to stage 2, .errors property of AggregateError instances made non-enumerable, per July TC39 meeting
  • using statement proposal moved to stage 2, added Symbol.asyncDispose, per July TC39 meeting
  • Added Array.isTemplateObject stage 2 proposal, per June TC39 meeting
  • Added Map#updateOrInsert stage 1 proposal, per July TC39 meeting
  • Added a fix for Math.hypot V8 7.7 bug, since it's still not stable without adding results to core-js-compat
  • Added a workaround for APIs where not possible to replace broken native Promise, #579 - added .finally and patched .then to / on native Promise prototype
  • Fixed crashing of Opera Presto, #595
  • Fixed incorrect early breaking of { Map, Set, WeakMap, WeakSet }.deleteAll
  • Fixed some missed dependencies in entry points
  • Added compat data for Node 12.5, FF 67, Safari 13
  • Added support of DISABLE_OPENCOLLECTIVE env variable to postinstall script
  • Removed core-js-pure dependency from core-js-compat, #590
  • Fixed generation of core-js-compat on Windows, #606
zloirock
published 3.1.4 •

Changelog

Source

3.1.4 - 2019.06.15

  • Refactoring. Many minor internal improvements and fixes like:
    • Improved Symbol.keyFor complexity to O(1)
    • Fixed the order of arguments validation in String.prototype.{ endsWith, includes, startsWith }
    • Internal implementation of RegExp#flags helper now respect dotAll flag (mainly related to the pure version)
    • Performance optimizations related old V8
    • Etc.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc