Socket
Socket
Sign inDemoInstall

@blueoak/list

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blueoak/list

Blue Oak Council's license list in JSON format


Version published
Weekly downloads
22K
increased by1.25%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Blue Oak Council's license list in JSON format

Data

This package exports an Array.

Each element of the Array is an Object corresponding to a license rating:

{
  "name": "Gold",
  "licenses": [/* Objects */]
}

Each element of each licenses Array is an Object:

{
  "name": "MIT License", // name of the license
  "id": "MIT", // SPDX or temporary ID
  "url": "https://spdx.org/licenses/MIT.html"
}

Versioning

This package's versions track the version of the license list. Version 1 of the license list is version 1.0.0 of this package. Any changes to the content of the list increment that version number. Any technical changes to this package only, and not to the content of the list, will be minor or patch releases.

FAQs

Last updated on 18 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc