None yet.
- #30 json-schema dep is vulnerable to prototype pollution See also https://security.snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922
- Remove use of
git://
URLs.
Major bump due to a change in the semantics of deepEqual
. Code that relies on
deepEqual
to fail if inherited properties are present on the objects compared
should be updated accordingly.
- #24
deepEqual
is incorrect when there are inherited properties
- #21 Update verror dep
- #22 Update extsprintf dependency
- #23 update contribution guidelines
- #7 Add parseInteger() function for safer number parsing
- #13 Incompatible with webpack
- #14 add safer version of hasOwnProperty()
- #15 forEachKey() should ignore inherited properties
- #11 NPM package shouldn't include any code that does
require('JSV')
- #12 jsl.node.conf missing definition for "module"
- #8 odd date parsing behaviour
- #9 want function for returning RFC1123 dates
- #6 a new suite of hrtime manipulation routines:
hrtimeAdd()
,hrtimeAccum()
,hrtimeNanosec()
,hrtimeMicrosec()
andhrtimeMillisec()
.
First tracked release. Includes everything in previous releases, plus:
- #4 want function for merging objects