-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Description
The @mistralai/mistralai npm package (v1.14.1) is missing the license field in its package.json. This causes automated license compliance tools to report the package as UNKNOWN license, blocking CI pipelines.
Steps to reproduce
node -e "console.log(require('./node_modules/@mistralai/mistralai/package.json').license)"
# Output: undefinedOr check directly on npm: https://www.npmjs.com/package/@mistralai/mistralai — no license is listed.
Expected behavior
The package.json should include "license": "Apache-2.0" to match the LICENSE file in this repository.
Impact
Organizations using automated license checkers (e.g., FOSSA, license-checker, custom tools) cannot validate the package license, which blocks adoption in environments with license compliance requirements.
Environment
- Package:
@mistralai/mistralai - Version: 1.14.1
- Collected via
npm view @mistralai/mistralai license→ returns empty
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels