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

tmpltr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmpltr - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

7

index.js

@@ -226,3 +226,8 @@ import * as yaml from 'js-yaml';

} else {
Object.assign(target, { [key]: source[key] });
if(Array.isArray(target[key]) && Array.isArray(source[key])) {
target[key].push(...source[key])
}
else {
Object.assign(target, { [key]: source[key] });
}
}

@@ -229,0 +234,0 @@ }

2

package.json
{
"name": "tmpltr",
"version": "1.1.3",
"version": "1.1.4",
"description": "Templating with mustache and YAML",

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

Sorry, the diff of this file is not supported yet

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