bajankristof / nedb-promises

A dead-simple promise wrapper for nedb.
MIT License
298 stars 45 forks source link

Package contains a reference to a license without a matching LICENSE file. #62

Closed MuwuM closed 2 years ago

MuwuM commented 2 years ago

Your LICENCE file states, that nedb-promises is released under MIT License, but your package.json states, that it is released under ISC License.

As recommended by socket.dev: A new version of the package should be published that includes a single license. Consumers may seek clarification from the package author. Ensure that the license details are consistent across the LICENSE file, package.json license field and license details mentioned in the README.

I would recommend to adjust, the package.json to

{
  // ...
  "license" : "MIT",
  // ...
}

as you reference the MIT License in the LICENSE file

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

bajankristof commented 2 years ago

Thanks for noticing the issue, I released this along some other changes with 6.1.0