@stdlib/assert-is-json
Advanced tools
+4
-4
| { | ||
| "name": "@stdlib/assert-is-json", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Test if a value is a parseable JSON string.", | ||
@@ -41,5 +41,5 @@ "license": "Apache-2.0", | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-boolean": "^0.0.8", | ||
| "@stdlib/bench": "^0.0.12", | ||
| "@stdlib/string-from-code-point": "^0.0.9", | ||
| "@stdlib/assert-is-boolean": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/string-from-code-point": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -46,0 +46,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -156,4 +156,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-json/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -160,0 +160,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-json/main.svg |
27192
0