node-portmapping
Advanced tools
Comparing version 0.2.0 to 0.2.1
cmake_minimum_required(VERSION 3.13) | ||
project(node_portmapping VERSION 0.2.0) | ||
project(node_portmapping VERSION 0.2.1) | ||
@@ -4,0 +4,0 @@ include_directories(${CMAKE_JS_INC}) |
{ | ||
"name": "node-portmapping", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Multi-protocol NAT Port Mapping for Node.js based on libplum", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
], | ||
"license": "LGPL-2.0-or-later", | ||
"license": "LGPL-2.1-or-later", | ||
"gypfile": true, | ||
@@ -33,0 +33,0 @@ "bugs": { |
@@ -5,3 +5,3 @@ # Multi-protocol NAT Port Mapping for Node.js | ||
This project consists in Node.js bindings for [libplum](https://github.com/paullouisageneau/libplum). Please check [libplum](https://github.com/paullouisageneau/libplum) for more details. | ||
This project consists in Node.js bindings for [libplum](https://github.com/paullouisageneau/libplum), which is licensed under LGPLv2. | ||
@@ -8,0 +8,0 @@ ## Example |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
45024