Socket
Socket
Sign inDemoInstall

@sinonjs/formatio

Package Overview
Dependencies
4
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 5.0.0

20

CHANGES.md
# Changes
## 5.0.0
- [`116aedb`](https://github.com/sinonjs/formatio/commit/116aedb20ca89f5f022633457366afe17b070772)
Drop support for Node 8 (Morgan Roderick)
>
> As can be seen at https://github.com/nodejs/Release, Node 8 reached
> "end" of life on 2019-12-31, and is no longer actively supported.
>
> We will stop testing in Node 8 and start testing in Node 13, which will
> become the next LTS release from April 2020.
>
_Released on 2020-02-19._
## 4.0.1
- [`8dae99e`](https://sinonjs.github.io/formatio//commit/8dae99e19fb1f63707669aa18375aac377de92be)
- [`8dae99e`](https://github.com/sinonjs/formatio/commit/8dae99e19fb1f63707669aa18375aac377de92be)
Fix changes.md (Morgan Roderick)
- [`8dde8cb`](https://sinonjs.github.io/formatio//commit/8dde8cb370a2ea54f8d46ff43d1bf69a6ce661c5)
- [`8dde8cb`](https://github.com/sinonjs/formatio/commit/8dde8cb370a2ea54f8d46ff43d1bf69a6ce661c5)
Use '--access public' for the publish command (Morgan Roderick)

@@ -14,3 +28,3 @@

- [`8693846`](https://sinonjs.github.io/formatio//commit/869384686588e4c71612ce99e4b840842a0e5a46)
- [`8693846`](https://github.com/sinonjs/formatio/commit/869384686588e4c71612ce99e4b840842a0e5a46)
add support for formatting maps (#51) (Marc Redemske)

@@ -17,0 +31,0 @@ > * add support for formatting maps

16

package.json
{
"name": "@sinonjs/formatio",
"version": "4.0.1",
"version": "5.0.0",
"description": "Human-readable object formatting",

@@ -34,4 +34,4 @@ "homepage": "https://sinonjs.github.io/formatio/",

"devDependencies": {
"@sinonjs/referee": "^3.2.0",
"@studio/changes": "^1.7.0",
"@sinonjs/referee": "^4.0.0",
"@studio/changes": "^2.0.0",
"eslint": "^6.5.1",

@@ -43,10 +43,10 @@ "eslint-config-prettier": "^6.4.0",

"eslint-plugin-prettier": "^3.1.1",
"jsdom": "^15.1.1",
"jsdom": "^16.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"prettier": "^1.18.2",
"rollup": "1.27.8",
"rollup-plugin-commonjs": "9.3.4"
"rollup": "1.31.0",
"rollup-plugin-commonjs": "10.1.0"
}
}

@@ -5,2 +5,3 @@ # formatio

[![codecov](https://codecov.io/gh/sinonjs/formatio/branch/master/graph/badge.svg)](https://codecov.io/gh/sinonjs/formatio)
<a href="CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>

@@ -7,0 +8,0 @@ > The cheesy object formatter

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