Socket
Socket
Sign inDemoInstall

re-format

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

re-format - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

4

index.js

@@ -24,4 +24,4 @@ function interpolate (string, keys) {

function format (string, keys) {
return interpolate(string, keys).join("");
function format () {
return interpolate.apply(null, arguments).join("");
}

@@ -28,0 +28,0 @@

{
"name": "re-format",
"version": "1.0.3",
"version": "1.0.5",
"description": "A fast string formatting library",

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

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