Socket
Socket
Sign inDemoInstall

printf

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.1

8

CHANGELOG.md
# Changelog
## Version 0.5.1
package: revert es5, it doesn't make any sense
## Version 0.5.0
package: generate es5 version
## Version 0.4.0

@@ -5,0 +13,0 @@

2

package.json
{
"name": "printf",
"version": "0.4.0",
"version": "0.5.1",
"description": "Full implementation of the `printf` family in pure JS.",

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

@@ -127,3 +127,3 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-printf.png)](http://travis-ci.org/adaltas/node-printf)

assert.eql("With colors: { bar: \u001b[33mtrue\u001b[39m, baz: \u001b[33mfalse\u001b[39m }",
printf('With colors: %O', {bar: true, baz: false})
printf('With colors: %+O', {bar: true, baz: false})
);

@@ -130,0 +130,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc