node-portmapping
Advanced tools
Comparing version 0.1.2 to 0.2.0
cmake_minimum_required(VERSION 3.13) | ||
project(node_portmapping VERSION 0.1.2) | ||
project(node_portmapping VERSION 0.2.0) | ||
@@ -4,0 +4,0 @@ include_directories(${CMAKE_JS_INC}) |
@@ -7,3 +7,2 @@ export as namespace nodePortMapping; | ||
logLevel?: LogLevel; | ||
dummyTlsDomain?: string; | ||
} | ||
@@ -42,5 +41,1 @@ | ||
export type CertType = 'Cert'|'Chain'|'FullChain'|'PrivKey'; | ||
export function getDummyTlsCertificate(certType: CertType): string; | ||
export function getDummyTlsHost(address: string): string; |
{ | ||
"name": "node-portmapping", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Multi-protocol NAT Port Mapping for Node.js based on libplum", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
45078
53