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

trails

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trails - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

lib/Configuration.js

@@ -52,3 +52,3 @@ const merge = require('lodash.merge')

if (typeof currentValue === 'object' && !Array.isArray(currentValue)) {
value = Object.assign({}, value, currentValue)
value = merge(currentValue, value)
}

@@ -55,0 +55,0 @@ }

{
"name": "trails",
"version": "3.2.0",
"version": "3.2.1",
"description": "Modern Web Application Framework for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

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