Socket
Socket
Sign inDemoInstall

spdx-license-ids

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

14

package.json
{
"name": "spdx-license-ids",
"version": "1.0.1",
"version": "1.0.2",
"description": "A list of SPDX license identifiers",

@@ -36,11 +36,11 @@ "repository": "shinnn/spdx-license-ids",

"each-async": "^1.1.1",
"eslint": "^0.21.2",
"got": "^3.2.0",
"istanbul": "^0.3.14",
"istanbul-coveralls": "^1.0.2",
"eslint": "^0.24.0",
"got": "^3.3.0",
"istanbul": "^0.3.17",
"istanbul-coveralls": "^1.0.3",
"require-bower-files": "^2.0.0",
"rm-rf": "^0.1.0",
"stringify-object": "^2.0.0",
"rimraf": "^2.4.1",
"stringify-object": "^2.2.0",
"tape": "^4.0.0"
}
}
# spdx-license-ids
A list of [SPDX license](http://spdx.org/licenses/) identifiers
A list of [SPDX license](https://spdx.org/licenses/) identifiers

@@ -34,3 +34,3 @@ [**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json)

```javascript
var spdxLicenseIds = require('shinnn/spdx-license-ids');
const spdxLicenseIds = require('shinnn/spdx-license-ids');
```

@@ -51,3 +51,3 @@

```javascript
var spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
```

@@ -54,0 +54,0 @@

@@ -59,2 +59,3 @@ [

"MIT-CMU",
"CNRI-Jython",
"CNRI-Python",

@@ -150,2 +151,3 @@ "CNRI-Python-GPL-Compatible",

"IPL-1.0",
"ICU",
"ImageMagick",

@@ -169,2 +171,3 @@ "iMatix",

"Leptonica",
"LGPLLR",
"Libpng",

@@ -248,2 +251,3 @@ "libtiff",

"RSCPL",
"RSA-MD",
"Ruby",

@@ -262,2 +266,5 @@ "SAX-PD",

"SNIA",
"Spencer-86",
"Spencer-94",
"Spencer-99",
"SMLNJ",

@@ -275,2 +282,3 @@ "SugarCRM-1.1.3",

"Unicode-TOU",
"UPL-1.0",
"NCSA",

@@ -280,4 +288,4 @@ "Vim",

"VSL-1.0",
"W3C-19980720",
"W3C",
"W3C-19980720",
"Wsuipa",

@@ -301,4 +309,3 @@ "Xnet",

"ZPL-2.0",
"ZPL-2.1",
"ICU"
"ZPL-2.1"
]
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