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

format-text

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-text - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

package.json
{
"name": "format-text",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "String formatting library inspired from Python",
"main": "index.js",
"scripts": {
"test": "fox"
"test": "prova"
},
"devDependencies": {
"fox": "*"
"prova": "*"
},
"repository": {
"url": "git@github.com:azer/new-format.git",
"url": "git@github.com:azer/format-text.git",
"type": "git"

@@ -18,2 +18,2 @@ },

"license": "BSD"
}
}

@@ -14,3 +14,3 @@ ## format-text

```js
format = require('text-format')
format = require('format-text')

@@ -17,0 +17,0 @@ format('Hello {0}. The weather is currently {1}°.', 'Kitty', '67')

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