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.33.7

Diff

Changelog

Source

es6-shim 0.33.7 (23 Oct 2015)

  • [Fix] Ensure preserveToString does not throw when the original does not exist (#359)
  • [Fix] Promise: properly handle named function expressions in IE 8.
  • [Fix] Number: wrapConstructor now works in ES3 (#365)
  • [Docs] Document Number supporting string binary and octal literals.
  • [Tests] add commented-out test for typeof Number.call(Object(3), 3) === 'number', which fails atm.
  • [Tests] Fix browser tests sans-npm install
  • [Dev Deps] update es5-shim, jscs, uglify-js, chai
ljharb
published 0.33.6 •

Changelog

Source

es6-shim 0.33.6 (29 Sep 2015)

  • [Fix] In IE 6-8, of course, typeof setTimeout is "object"
  • [Tests] Upgrade jQuery on the test HTML pages
ljharb
published 0.33.5 •

Changelog

Source

es6-shim 0.33.5 (28 Sep 2015)

  • [Fix] IE 6-8 have wacky scoping issues with named function expressions.
  • [Fix] Apparently in IE 8, RegExp#test is an own property of regexes, not a prototype method
  • [Fix] Make sure to treat es5-sham's Object.defineProperty as unsupported, in IE 8
ljharb
published 0.33.4 •

Changelog

Source

es6-shim 0.33.4 (27 Sep 2015)

  • [Fix] Add test, and fix, for JSON.stringify(Object(Symbol())) throwing on Chrome 45
  • [Fix] Wrap JSON.stringify when Symbol exists and it fails to serialize them correctly
  • [Fix] fix Reflect.defineProperty on edge v0.12
  • [Robustness] Cache Array.isArray internally
  • [Refactor] Use internal overrideNative helper for String.prototype HTML methods
  • [Refactor] Update is-arguments implementation; don't call down legacy code path in modern engines
  • [Tests] Add evalmd to verify that example code blocks are valid
  • [Tests] Adding a test for Safari 7.1 and later (runtime check added in 8a8ddd36186cdc1fcb3fcc259ec9ecef1e141901)
  • [Tests] Add additional JSON.stringify test for Symbol and object Symbol values
  • [Tests] up to io.js v3.3, node v4.1
  • [Dev Deps] update es5-shim, mocha, chai
ljharb
published 0.33.3 •

Changelog

Source

es6-shim 0.33.3 (31 Aug 2015)

  • [Fix] Handle Firefox Nightly's broken construct method
  • [Tests] Add JSON.stringify tests for handling Symbols
ljharb
published 0.33.2 •

Changelog

Source

es6-shim 0.33.2 (26 Aug 2015)

  • [Fix] Make sure that minified code preserves function names.
  • [Fix] Skip the Promise shim when setTimeout is not available (#301)
  • [Docs] Add note about setPrototypeOf on null objects
ljharb
published 0.33.1 •

Changelog

Source

es6-shim 0.33.1 (20 Aug 2015)

  • [New] Add support for binary and octal literals in strings to the Number constructor (#358)
  • [Docs] Update spec link to final spec
  • [Fix] Reflect.enumerate: does not necessarily wait until the first next() to determine keys.
  • [Refactors] split up some tests; name some functions; remove unnecessary code
  • {Refactors] make ObjectIterator properties non-enumerable
  • [Refactors] Refactor RegExp wrapping code so most of it can be reused.
  • [Tests] up to io.js v3.1
  • [Dev Deps] update grunt-contrib-connect, jscs
ljharb
published 0.33.0 •

Changelog

Source

es6-shim 0.33.0 (30 Jul 2015)

  • [Breaking] Avoid CSP errors in Chrome apps by using global var detection (#301)
  • [Performance] Rearranging some of the Map/Set runtime shim clobberings to be more efficient.
  • [Refactor] Implement Array.of directly, rather than in terms of Array.from
  • [Dev Deps] Update chai, es5-shim, promises-aplus-tests, uglify-js
  • [Tests] Add test for Object.getPrototypeOf accepting primitives.
  • [Tests] Bail out of individual Reflect tests when the methods don’t exist
  • [Tests] Test on latest io.js
ljharb
published 0.32.2 •

Changelog

Source

es6-shim 0.32.2 (17 Jun 2015)

  • [Fix] Object.assign with no sources should coerce to an object (#348)
  • [Fix] String#includes should throw when given a RegExp (#349)
  • [Fix] RegExp() should not throw (#350)
  • [Fix] Create Value.defineByDescriptor, fix create when Object.create is unavailable.
  • [Compliance] Update Promise.reject to match official ECMA-262 spec.
  • [Dev Deps] Update es5-shim
ljharb
published 0.32.1 •

Changelog

Source

es6-shim 0.32.1 (13 Jun 2015)

  • [Fix] Make sure that all Map/Set shim forms properly add an iterable to the collection instance.
  • [Tests] Make sure none of the Array ToLength tests throw any error (#347)
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