New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dynacom/blaze

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynacom/blaze - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

3

lib/domain.js

@@ -35,3 +35,2 @@ const urlPattern = require('url-pattern');

this.redirects = domainConfig.redirects || {}
this.order = domainConfig.order || [];
this.plugins = domainConfig.plugins || {}

@@ -55,3 +54,3 @@ }

}
domains = mapOrder(compiledDomains, config.order, 'label');
domains = mapOrder(compiledDomains, config.order || [], 'label');
}

@@ -58,0 +57,0 @@

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

}
plugins = mapOrder(compiledPlugins, config.plugins, 'id');
plugins = mapOrder(compiledPlugins, config.plugins || [], 'id');
}

@@ -41,0 +41,0 @@

{
"name": "@dynacom/blaze",
"version": "2.0.9",
"version": "2.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "cli.js",

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