Skip to content

Releases: snyk/add-to-package

v4.0.0

14 Jul 12:42
b2a0ec5
Compare
Choose a tag to compare

4.0.0 (2021-07-14)

Bug Fixes

  • use latest tag for @snyk/protect (11536d6)

Features

BREAKING CHANGES

  • uses new package @snyk/protect to apply patches rather than the snyk package

v3.1.0

05 Nov 18:24
7378fd2
Compare
Choose a tag to compare

3.1.0 (2019-11-05)

Bug Fixes

  • replace npm with yarn if asked (9b2eef5)

Features

v3.0.0

22 Jul 17:45
be91a32
Compare
Choose a tag to compare

3.0.0 (2019-07-22)

Bug Fixes

  • Support windows by using && instead of ; (22acdf7)

BREAKING CHANGES

  • This will fail the prepare/prepublish script as &&
    only continues when the first command succeeds.
    If a user is not patched, we want to stop as they are not protected
    https://github.com/snyk/snyk/issues/646

v2.0.1

08 Jul 11:33
2860fae
Compare
Choose a tag to compare

2.0.1 (2019-07-08)

Bug Fixes

  • preserve prepublish if present (ac7aaa4)

v2.0.0

04 May 20:16
fa97d5e
Compare
Choose a tag to compare

2.0.0 (2019-05-04)

chore

Features

  • move package to @snyk/add-to-package (493d471)

BREAKING CHANGES

  • drop support for Node < 6

v.1.1.0

29 May 14:19
Compare
Choose a tag to compare

<a name"1.0.3">

1.1.0 (2017-05-29)

Features

  • For npm >= 5, we're using a different script ('prepare') for running 'npm run snyk-protect'. Keeping the 'prepublish' script as default for backward compatibility.

v1.0.3

07 Jul 17:41
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-07-07)

Bug Fixes

  • always include synk with patches (e42ce183)

v1.0.2

07 Jun 13:57
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-06-07)

Bug Fixes

  • always put pkg.snyk if protecting (afd0a989)

v1.0.1

07 Jun 13:55
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-06-07)

Bug Fixes

v1.0.0

07 Jun 13:39
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-06-07)

Bug Fixes

  • add polyfills for [].find + ''.includes (ba1f95a5)

Features

  • module to add snyk to packages (2c1a6095)