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

@jenssimon/eslint-config-typescript

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jenssimon/eslint-config-typescript - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

index.js

@@ -6,2 +6,3 @@ module.exports = {

// 'deprecation',
'@delagen/deprecation',
],

@@ -25,2 +26,3 @@ settings: {

// 'deprecation/deprecation': 'warn',
'@delagen/deprecation/deprecation': 'warn',
'func-call-spacing': 'off',

@@ -27,0 +29,0 @@ 'no-shadow': 'off',

10

package.json
{
"name": "@jenssimon/eslint-config-typescript",
"version": "3.1.2",
"version": "3.1.3",
"description": "ESLint configuration for usage with TypeScript",

@@ -21,5 +21,5 @@ "main": "index.js",

"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint-plugin-deprecation": "^1.2.1"
"@delagen/eslint-plugin-deprecation": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0"
},

@@ -29,3 +29,3 @@ "devDependencies": {

"eslint": "^8.2.0",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},

@@ -32,0 +32,0 @@ "peerDependencies": {

@@ -1,2 +0,2 @@

[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![Dependencies][deps-image]][deps-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image]
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image]

@@ -25,5 +25,2 @@ # eslint-config-typescript

[deps-url]: https://david-dm.org/jenssimon/eslint-config-typescript
[deps-image]: https://badgen.net/david/dep/jenssimon/eslint-config-typescript
[gh-url]: https://github.com/jenssimon/eslint-config-typescript

@@ -30,0 +27,0 @@ [gh-stars-image]: https://badgen.net/github/stars/jenssimon/eslint-config-typescript

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