Skip to content

Releases: scssyworks/deparam.js

v3.0.12

07 Jun 16:15
Compare
Choose a tag to compare

Fixed a minor build issue

v3.0.11

07 Jun 14:18
Compare
Choose a tag to compare

Updated rollup-scripts to the latest version

v3.0.9

05 Jun 14:47
Compare
Choose a tag to compare
  1. Updated to rollup-scripts to simplify build
  2. Added rome formatting and linting
  3. Updated dependencies to their latest version

v3.0.7

18 Mar 17:55
Compare
Choose a tag to compare

Security updates

v3.0.6

20 Jul 18:48
Compare
Choose a tag to compare

isNumber and isObject is re-exported as part of library

v3.0.5

31 Oct 20:14
Compare
Choose a tag to compare

Updated dependencies to their latest versions

v3.0.4

14 Sep 20:14
Compare
Choose a tag to compare

Bug fixes

v3.0.3

01 Aug 20:09
Compare
Choose a tag to compare

Fixed prototype pollution in arrays #26

v3.0.2

23 May 23:00
Compare
Choose a tag to compare
  1. Fixes an incorrect merge #25
  2. Code further optimized to reduce build size
  3. Type defs created

v3.0.1

06 May 18:57
Compare
Choose a tag to compare

This release changes the following:

  1. Coercion is disabled by default (unlike earlier versions where it was enabled)
  2. Fixed vulnerability related to prototype pollution #24