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

chalk-template

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chalk-template - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

@@ -164,3 +164,3 @@ import chalk from 'chalk';

for (let index = 1; index < firstString.length; index++) {
for (let index = 1; index < firstString.raw.length; index++) {
parts.push(

@@ -167,0 +167,0 @@ String(arguments_[index - 1]).replace(/[{}\\]/g, '\\$&'),

{
"name": "chalk-template",
"version": "0.3.0",
"version": "0.3.1",
"description": "Terminal string styling with tagged template literals",

@@ -5,0 +5,0 @@ "license": "MIT",

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