Socket
Socket
Sign inDemoInstall

spdx-exceptions

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    spdx-exceptions

list of SPDX standard license exceptions


Version published
Weekly downloads
21M
decreased by-17.08%
Maintainers
1
Install size
3.39 kB
Created
Weekly downloads
 

Package description

What is spdx-exceptions?

The spdx-exceptions npm package provides a list of exceptions to the SPDX license list. These exceptions are additional permissions that can be applied to a license, which are not included in the standard license text. The package is useful for software that needs to validate or parse license identifiers in compliance with the SPDX specification.

What are spdx-exceptions's main functionalities?

List of SPDX license exceptions

This feature allows you to retrieve an array of all SPDX license exceptions. The code sample shows how to import the spdx-exceptions package and log the list of exceptions to the console.

const spdxExceptions = require('spdx-exceptions');
console.log(spdxExceptions);

Other packages similar to spdx-exceptions

Readme

Source

The package exports an array of strings. Each string is an identifier for a license exception under the Software Package Data Exchange (SPDX) software license metadata standard.

SPDX

"SPDX" is a federally registered United States trademark of The Linux Foundation Corporation.

From version 2.0 of the SPDX specification:

Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed under the Creative Commons Attribution License 3.0 Unported. All other rights are expressly reserved.

The Linux Foundation and the SPDX working groups are good people. Only they decide what "SPDX" means, as a standard and otherwise. I respect their work and their rights. You should, too.

This Package

I created this package by copying exception identifiers out of the SPDX specification. That work was mechanical, routine, and required no creativity whatsoever. - Kyle Mitchell, package author

United States users concerned about intellectual property may wish to discuss the following Supreme Court decisions with their attorneys:

  • Baker v. Selden, 101 U.S. 99 (1879)

  • Feist Publications, Inc., v. Rural Telephone Service Co., 499 U.S. 340 (1991)

FAQs

Last updated on 15 Feb 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