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

@danmasta/interpolate

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danmasta/interpolate - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

5

lib/interpolate.js

@@ -184,2 +184,7 @@ const walk = require('@danmasta/walk');

// Support nested interpolate values
if (this.opts.regex.test(val)) {
val = this.parseStr(val);
}
if (fmt.length && this.opts.format) {

@@ -186,0 +191,0 @@ try {

2

package.json
{
"name": "@danmasta/interpolate",
"version": "0.0.11",
"version": "0.0.12",
"author": "Daniel Smith <dannmasta@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Simple string interpolation helper",

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