Changelog
0.12.5
safe-buffer
dependency to a dev-only dependency. (@goto-bus-stop in e84cfd5)Changelog
0.12.4
Avoid SharedArrayBuffer until required. (@snyamathi in #59)
This fixes a security warning for SharedArrayBuffer.
Changelog
0.12.3
Use robust which-typed-array
, is-typed-array
modules for the util.types.isTypedArray
family of functions. (@wbinnssmith in #47)
This fixes crash in IE11 when a polyfilled Symbol
is available in the environment.
Changelog
0.12.2
object.entries
dependency to a dev-only dependency. (@goto-bus-stop in 622f036)Changelog
0.12.1
util.debuglog
compatibility to Node 10.4.0. (@goto-bus-stop in #27)inherits
. (@snyamathi in #39)Changelog
0.11.1
util.deprecate
some build configurations. (@bernardmcmanus in #12)