Skip to content

Commit 82c9087

Browse files
greenkeeper[bot]mcollina
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#82)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent 9b8b908 commit 82c9087

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fast-json-stringify  [![Build Status](https://travis-ci.org/fastify/fast-json-stringify.svg?branch=master)](https://travis-ci.org/fastify/fast-json-stringify)
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/fastify/fast-json-stringify.svg)](https://greenkeeper.io/)
4+
35
__fast-json-stringify__ is significantly faster than `JSON.stringify()` for small payloads. Its performance advantage shrinks as your payload grows. It pairs well with [__flatstr__](https://www.npmjs.com/package/flatstr), which triggers a V8 optimization that improves performance when eventually converting the string to a `Buffer`.
46

57
Benchmarks:

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"is-my-json-valid": "^2.17.2",
3030
"long": "^4.0.0",
3131
"pre-commit": "^1.2.2",
32-
"proxyquire": "^1.8.0",
32+
"proxyquire": "^2.0.0",
3333
"standard": "^11.0.0",
3434
"tap": "^11.1.1",
3535
"uglify-es": "^3.3.10"

0 commit comments

Comments
 (0)