Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace curry by lodash' curry #66

Closed
wants to merge 4 commits into from

Conversation

ericcornelissen
Copy link

@ericcornelissen ericcornelissen commented Jul 10, 2023

Closes #65

Replaces package curry by package lodash.curry by:

  • Removing the direct dependency on curry and replacing it by lodash.curry (see 1309108)
  • Vendoring the package iterable-transform-replace in order to replace it's dependency on curry by lodash.curry (see 583e72c).
  • Vendoring the package map-iterable in order to replace it's dependency on curry by lodash.curry (see fd5b3ec). Note: while 2.0.0 of this package no longer depends on curry, it's not directly compatible with this package due to it's usage of ESModules. Hence, I opted to vendor 1.0.1 instead.
  • Vendoring the package transform-spread-iterable in order to omit it's unnecessary dependency on curry (see 7aae2fd)

The curry package by hughfdjackson [1] is unlicensed and therefor
technically protected by copyright. This makes it a bit risky to have
in the dependency tree. So, this replaces it by the MIT licensed curry
package [2] that belongs to the lodash project [3].

--
1. https://www.npmjs.com/package/curry
2. https://www.npmjs.com/package/lodash.curry
3. https://lodash.com/
To be able to replace the dependency on hughfdjackson's curry package[1]
by
lodash' curry package[2], similar to [3].

--
1. https://www.npmjs.com/package/curry
2. https://www.npmjs.com/package/lodash.curry
3. 1309108
To be able to replace the dependency on hughfdjackson's curry package[1]
by lodash' curry package[2], similar to [3,4].

--
1. https://www.npmjs.com/package/curry
2. https://www.npmjs.com/package/lodash.curry
3. 1309108
4. 583e72c
To be able to remove the (unnecessary) dependency on hughfdjackson's
curry package[1], similar to [2,3,4].

--
1. https://www.npmjs.com/package/curry
2. 1309108
3. 7dc6566
4. ef2505d
@ericcornelissen ericcornelissen deleted the patch-1 branch June 8, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The dependency on the package curry
1 participant