Releases: snyk/add-to-package
Releases · snyk/add-to-package
v4.0.0
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
3.1.0 (2019-11-05)
Bug Fixes
- replace npm with yarn if asked (9b2eef5)
Features
v3.0.0
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
2.0.1 (2019-07-08)
Bug Fixes
- preserve prepublish if present (ac7aaa4)
v2.0.0
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
<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
<a name"1.0.3">
1.0.3 (2016-07-07)
Bug Fixes
- always include synk with patches (e42ce183)
v1.0.2
<a name"1.0.2">
1.0.2 (2016-06-07)
Bug Fixes
- always put pkg.snyk if protecting (afd0a989)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-06-07)
Bug Fixes
v1.0.0
<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)