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.0.3 to 1.0.4

6

classes/server.js

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

let pattern = null;
for (domainIndex; domainIndex < this.domains.length; domainIndex++) {
while (domainIndex < this.domains.length) {
let domainPattern = null;

@@ -58,2 +58,3 @@ if (domainPattern = this.domains[domainIndex].pattern.match(domainString)) {

}
domainIndex++;
}

@@ -67,3 +68,3 @@ request.setDomain(null !== index ? this.domains[index] : null, index, pattern);

if (null != request.domain.routes) {
for (routeIndex; routeIndex < request.domain.routes.length; routeIndex++) {
while (routeIndex < request.domain.routes.length) {
if (request.domain.routes[routeIndex].method.includes(method)) {

@@ -77,2 +78,3 @@ let routePattern = null;

}
routeIndex++;
}

@@ -79,0 +81,0 @@ }

@@ -14,3 +14,3 @@ {

"name": "@dynacom/core",
"version": "1.0.3"
"version": "1.0.4"
}
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