New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 1.1.4

1

classes/domain.js

@@ -40,3 +40,2 @@ const Future = require( '@dynacom/futures' );

let handler = a[ routePath ];
console.log( 'routePath:' + routePath )
this.routes.push( new Route( routePath, handler ) );

@@ -43,0 +42,0 @@ }

4

classes/response.js

@@ -15,4 +15,4 @@ const Future = require( '@dynacom/futures' );

this.writeHead = () => {
response.writeHead( ...arguments );
this.writeHead = ( ...args ) => {
response.writeHead( ...args );
}

@@ -19,0 +19,0 @@

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

, "name": "@dynacom/core"
, "version": "1.1.3"
, "version": "1.1.4"
, "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