Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-portmapping

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-portmapping - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

CMakeLists.txt
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc