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

@storis/prettier-config

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storis/prettier-config - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

11

CHANGELOG.md

@@ -10,2 +10,10 @@ # Changelog

## [1.0.0] - 2022-05-13
This release changes the version to 1.0.0 only so it can more easily align with semantic versioning in the future. It does not contain any breaking changes.
### Added
- Update engines to indicate Node 18 support ([#75](https://github.com/STORIS/prettier-config/pull/75))
## [0.0.2] - 2022-01-19

@@ -21,4 +29,5 @@

[unreleased]: https://github.com/storis/prettier-config/compare/0.0.1...HEAD
[unreleased]: https://github.com/storis/prettier-config/compare/1.0.0...HEAD
[1.0.0]: https://github.com/storis/prettier-config/compare/0.0.2...1.0.0
[0.0.2]: https://github.com/storis/prettier-config/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/storis/prettier-config/releases/tag/0.0.1

32

package.json
{
"name": "@storis/prettier-config",
"version": "0.0.2",
"version": "1.0.0",
"description": "STORIS prettier configuration",

@@ -32,3 +32,3 @@ "main": "index.js",

"engines": {
"node": "^16.0.0"
"node": "^16.0.0 || ^18.0.0"
},

@@ -39,20 +39,20 @@ "peerDependencies": {

"devDependencies": {
"@storis/eslint-config": "0.0.9",
"@storis/tsconfig": "0.0.2",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"eslint": "8.7.0",
"@storis/eslint-config": "3.2.0",
"@storis/tsconfig": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"eslint": "8.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "25.7.0",
"husky": "7.0.4",
"jest": "27.4.7",
"lint-staged": "12.2.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.5",
"husky": "8.0.1",
"jest": "28.1.0",
"lint-staged": "12.4.1",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"typescript": "4.5.4"
"prettier": "2.6.2",
"typescript": "4.6.4"
}
}
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