Socket
Socket
Sign inDemoInstall

string-template

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-template - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "string-template",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple string template function based on named or indexed arguments",

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

@@ -19,3 +19,3 @@ # string-template

greeting = format("Hello {name}, you have have {count} unread messages", {
greeting = format("Hello {name}, you have {count} unread messages", {
name: "Robert",

@@ -22,0 +22,0 @@ count: 12

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