Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on Apr 25, 2024 via pnpm

spdx-exceptions 2.3.0

list of SPDX standard license exceptions
Package summary
Share
2
issues
1
high severity
license
1
1
low severity
license
1
1
license
1
CC-BY-3.0
Package created
1 Aug 2015
Version published
20 Apr 2020
Maintainers
1
Total deps
1
Direct deps
0
License
CC-BY-3.0

Issues

2

1 high severity issue

high
Recommendation: Read and validate the license terms
via: spdx-exceptions@2.3.0
Collapse
Expand

1 low severity issue

low
Recommendation: Read and validate the license terms
via: spdx-exceptions@2.3.0
Collapse
Expand

Licenses

Creative Commons Attribution 3.0 Unported

Uncategorized
Not OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
spdx-exceptions@2.3.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of spdx-exceptions 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does spdx-exceptions do?

"spdx-exceptions" is a highly useful npm package aimed at exporting an array of exception identifiers provided under the Software Package Data Exchange (SPDX) software license metadata standard. Each string within the array signifies an identifier that represents a unique license exception. With the SPDX being a federally registered United States trademark of The Linux Foundation Corporation, this package offers a reliable process to manage and adhere to licensing exceptions.

How do you use spdx-exceptions?

Using "spdx-exceptions" is relatively straightforward. After installing the package, you can require it in your JavaScript file to access the array of license exceptions. Here is a simple demonstration of this:

var exceptions = require('spdx-exceptions');

console.log(exceptions);  // Logs the array of SPDX standard license exceptions.

Every element included within the exceptions array represents an identifier for a different license exception under the SPDX standard.

Where are the spdx-exceptions docs?

The "spdx-exceptions" documentation is largely found within the README file included in the GitHub repository for the package, which can be located at https://github.com/kemitchell/spdx-exceptions.json.git. Here you'll find key insights into the purpose and usage of the package, its purpose, copyright and licensing information, as well as detailed insights from the package creator, Kyle Mitchell.