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

@dynacom/core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynacom/core - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

4

classes/server.js

@@ -48,3 +48,3 @@ const fs = require( 'fs' );

}
callback( null, this.domains[ domainIndex ].SecureContext );
callback( null, this.domains[ domainIndex ].secureContext );
}

@@ -104,3 +104,3 @@ , } );

this.findDomain( request, request.address, request.port )
this.findRoute( request, request.url.pathname, request.method );
this.findRoute( request, request.url.path, request.method );

@@ -107,0 +107,0 @@ return response.process( request )

@@ -10,3 +10,3 @@ {

, "name": "@dynacom/core"
, "version": "1.1.10"
, "version": "1.1.11"
, "repository": {

@@ -13,0 +13,0 @@ "type": "git"

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