New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-sensible

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-sensible - npm Package Compare versions

Comparing version 2.3.1 to 3.0.0

dist/eslint-plugin-sensible-3.0.0.tgz

19

CHANGELOG.md

@@ -0,1 +1,20 @@

# [3.0.0](https://github.com/esatterwhite/eslint-plugin-sensible/compare/v2.3.1...v3.0.0) (2021-10-29)
### Bug Fixes
* **indent**: add support for optional chaining syntax [89811fb](https://github.com/esatterwhite/eslint-plugin-sensible/commit/89811fb9e7f4d6e9a8946836864bb25b0df32613) - Eric Satterwhite, closes: [#12](https://github.com/esatterwhite/eslint-plugin-sensible/issues/12)
### Chores
* **deps**: eslint@8.1.0 [e876277](https://github.com/esatterwhite/eslint-plugin-sensible/commit/e87627706a242b7104dd96aa4565c6fd70e2f2dd) - Eric Satterwhite
* **deps**: espree@9.0.0 [26e761b](https://github.com/esatterwhite/eslint-plugin-sensible/commit/26e761b8be95a38d594a163b4fc38be6030aba36) - Eric Satterwhite
* **deps**: esutils@2.0.3 [1ae658e](https://github.com/esatterwhite/eslint-plugin-sensible/commit/1ae658e6b31554b01f00a20964107de3eedb390c) - Eric Satterwhite
### **BREAKING CHANGES**
* **deps:** eslint@8.1.0
## [2.3.1](https://github.com/esatterwhite/eslint-plugin-sensible/compare/v2.3.0...v2.3.1) (2021-04-15)

@@ -2,0 +21,0 @@

7

package.json
{
"name": "eslint-plugin-sensible",
"version": "2.3.1",
"version": "3.0.0",
"description": "Better comma first indent rules for eslint",

@@ -8,2 +8,3 @@ "main": "lib/index.js",

"release": "semantic-release",
"eslint": "eslint",
"test": "mocha --recursive test/"

@@ -33,2 +34,4 @@ },

"dependencies": {
"espree": "^9.0.0",
"esutils": "^2.0.3",
"lodash": "^4.17.21",

@@ -39,3 +42,3 @@ "requireindex": "^1.2.0"

"@codedependant/release-config-npm": "^1.0.0",
"eslint": "^7.22.0",
"eslint": "^8.1.0",
"mocha": "^8.3.2",

@@ -42,0 +45,0 @@ "semantic-release": "^17.4.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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