Files
mosec-node-plugin/test/vuln-project/node_modules/sift/changelog.md
retanoj c5b6b804e0 1. upgrade vulnerable package
2. fix test unit
2022-03-22 18:55:59 +08:00

361 B

7.0.0

  • Remove global *.use() function.
  • converted to ES6

3.3.x

  • $in now uses toString() when evaluating objects. Fixes #116.

2.x

  • use() now uses a different format:
sift.use({
  $operator: function(a) {
    return function(b) {
      // compare here
    };
  }
})
  • all operators are traversable now
  • fix #58.