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

eslint-plugin-decorator-position

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-decorator-position - npm Package Compare versions

Comparing version 2.2.25 to 2.2.26

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.2.26](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.25...v2.2.26) (2021-05-22)
### Bug Fixes
* **deps:** update dependency eslint to ^7.27.0 ([8097d2d](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/8097d2d61e9332fa4e0f4de043b14752496428f0))
## [2.2.25](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.24...v2.2.25) (2021-05-08)

@@ -2,0 +9,0 @@

3

lib/rules/decorator-position.js

@@ -15,4 +15,3 @@ 'use strict';

recommended: true,
url:
'https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/tree/master/docs/rules/decorator-position.md',
url: 'https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/tree/master/docs/rules/decorator-position.md',
},

@@ -19,0 +18,0 @@

{
"name": "eslint-plugin-decorator-position",
"version": "2.2.25",
"version": "2.2.26",
"description": "ESLint plugin for enforcing decorator position",

@@ -61,7 +61,7 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@typescript-eslint/parser": "4.22.1",
"@typescript-eslint/parser": "4.24.0",
"babel-eslint": "10.1.0",

@@ -83,4 +83,4 @@ "common-tags": "1.8.0",

"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"semantic-release": "17.4.2",
"prettier": "2.3.0",
"semantic-release": "17.4.3",
"typescript": "4.2.4"

@@ -92,4 +92,4 @@ },

"snake-case": "^3.0.3",
"prettier": "2.2.1",
"eslint": "^7.26.0"
"prettier": "2.3.0",
"eslint": "^7.27.0"
},

@@ -124,5 +124,5 @@ "changelog": {

"volta": {
"node": "14.16.1",
"node": "14.17.0",
"yarn": "1.22.10"
}
}
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