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

format

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

component.json

@@ -6,5 +6,5 @@ {

"keywords": ["format", "printf", "sprintf", "vsprintf", "string"],
"version": "0.2.0",
"version": "0.2.1",
"main": "format.js",
"scripts": ["format.js"]
}
//
// format, printf-like string formatting for JavaScript
// format - printf-like string formatting for JavaScript
// github.com/samsonjs/format
// @_sjs
//
// Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>
// ISC license
//
// MIT License
// http://sjs.mit-license.org
//

@@ -9,0 +12,0 @@ ;(function() {

{
"name": "format",
"description": "printf, sprintf, and vsprintf for JavaScript",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://samhuri.net/proj/format",

@@ -15,3 +15,3 @@ "author": "Sami Samhuri <sami@samhuri.net>",

},
"main": "./format",
"main": "./format.js",
"engines": {

@@ -22,4 +22,4 @@ "node": ">=0.4.x"

{
"type": "ISC",
"url": "http://github.com/samsonjs/format/raw/master/LICENSE"
"type": "MIT",
"url": "http://sjs.mit-license.org"
}

@@ -29,2 +29,2 @@ ],

"devDependencies": {}
}
}

@@ -44,2 +44,3 @@ format

ISC (like MIT) (see included [LICENSE](/samsonjs/format/blob/master/LICENSE))
[MIT license](http://sjs.mit-license.org)
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