Skip to content

v2.0.0

Choose a tag to compare

@snyksec snyksec released this 29 Oct 17:55
· 37 commits to master since this release
c56dca4

2.0.0 (2019-10-29)

Features

  • refactor the code (TS, prettier); document and rename. (ebcb88d)

BREAKING CHANGES

  • replaced function-as-export with default and named exports.
    All the client should change from moduleToObect = require('snyk-module')
    to import moduleToObject from 'snyk-module'