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

eslint-plugin-escompat

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-escompat - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

6

lib/index.js

@@ -34,5 +34,5 @@ const path = require('path')

if (ts === 2016) {
config.extends = [`escompat:typescript-base`]
config.extends = [`plugin:escompat/typescript-base`]
} else if (ts) {
config.extends = [`escompat:typescript-${ts-1}`]
config.extends = [`plugin:escompat/typescript-${ts-1}`]
}

@@ -90,3 +90,3 @@ module.exports.configs[configName] = config

module.exports.configs.typescript = {
extends: ['escompat:typescript-2016']
extends: ['plugin:escompat/typescript-2016']
}

@@ -93,0 +93,0 @@

{
"name": "eslint-plugin-escompat",
"version": "3.3.1",
"version": "3.3.2",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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