New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

es6-shim

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-shim - npm Package Versions

1
9

0.21.1

Diff

Changelog

Source

es6-shim 0.21.1 (4 Dec 2014)

  • Promise/Promise.prototype methods, and String#{startsWith,endsWith} are now not enumerable
  • Array#{keys, values, entries} should all be @@unscopeable in browsers that support that
  • Ensure that tampering with Function#{call,apply} won’t break internal methods
  • Add Math.clz32, RegExp tests
  • Update es6-sham UMD
  • Update chai, es5-shim, grunt-saucelabs, jscs
ljharb
published 0.21.0 •

Changelog

Source

es6-shim 0.21.0 (21 Nov 2014)

  • String#contains → String#includes per 2014-11-19 TC39 meeting
  • Use an invalid identifier as the es6-shim iterator key, so it doesn’t show up in the console as easily.
ljharb
published 0.20.4 •

Changelog

Source

es6-shim 0.20.4 (20 Nov 2014)

  • Performance improvements: avoid slicing arguments, avoid Function#call when possible
  • Name String.{fromCodePoint,raw} for debugging
  • Fix String.raw to match spec
  • Ensure Chrome’s excess Promise methods are purged
  • Ensure Set#keys === Set#values, per spec
ljharb
published 0.20.3 •

Changelog

Source

es6-shim 0.20.3 (19 Nov 2014)

  • Fix Set#add and Map#set to always return "this" (#302)
  • Clarify TypeError messages thrown by Map/Set
  • Fix Chrome 38 bug with Array#values
ljharb
published 0.20.2 •

Changelog

Source

es6-shim 0.20.2 (28 Oct 2014)

  • Fix AMD (#299)
ljharb
published 0.20.1 •

Changelog

Source

es6-shim 0.20.1 (27 Oct 2014)

  • Set#delete and Map#delete should return false unless a deletion occurred. (#298)
ljharb
published 0.20.0 •

Changelog

Source

es6-shim 0.20.0 (26 Oct 2014)

  • Use a more reliable UMD
  • export the global object rather than undefined
ljharb
published 0.19.2 •

Changelog

Source

es6-shim 0.19.2 (25 Oct 2014)

  • Set#delete and Map#delete should return a boolean indicating success. (#298)
  • Make style consistent; add jscs
ljharb
published 0.19.1 •

Changelog

Source

es6-shim 0.19.1 (14 Oct 2014)

  • Fix Map#set and Set#add to be chainable (#295)
  • Update mocha
ljharb
published 0.19.0 •

Changelog

Source

es6-shim 0.19.0 (9 Oct 2014)

  • Detect and override noncompliant Map in Firefox 32 (#294)
  • Fix Map and Set for engines that don’t preserve numeric key order (#292, #290)
  • Detect and override noncompliant Safari 7.1 Promises (#289)
  • Fix Array#keys and Array#entries in Safari 7.1
  • General style and whitespace cleanup
  • Update dependencies
  • Clean up tests for ES3 by removing reserved words
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