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

@quartz/eslint-config-base

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quartz/eslint-config-base - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

13

index.js

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

plugins: [
'es',
'import',

@@ -92,2 +93,14 @@ 'jest',

'es/no-regexp-lookbehind-assertions': [
'error',
],
'es/no-regexp-named-capture-groups': [
'error',
],
'es/no-regexp-s-flag': [
'error',
],
'import/no-unresolved': [

@@ -94,0 +107,0 @@ 'error',

3

package.json
{
"name": "@quartz/eslint-config-base",
"version": "1.0.3",
"version": "1.1.0",
"description": "",

@@ -17,2 +17,3 @@ "repository": "https://github.com/Quartz/lint",

"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-es": "^1.4.0",
"eslint-plugin-import": "^2.17.3",

@@ -19,0 +20,0 @@ "eslint-plugin-jest": "^21.27.2",

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