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

eslint-define-config

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-define-config - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md
# Next
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0...main)
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.1...main)
# 1.0.1
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0...1.0.1)
- Define `globals` property ([aeeb3ec])
[aeeb3ec]: https://github.com/Shinigami92/eslint-define-config/commit/aeeb3ec0b133e4b6ad89d41676fe26bbb7e94888
# 1.0.0

@@ -6,0 +14,0 @@

4

package.json
{
"name": "eslint-define-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Provide a defineConfig function for .eslintrc.js files",

@@ -44,3 +44,3 @@ "main": "src/index.js",

"eslint-config-prettier": "~8.1.0",
"eslint-define-config": "~1.0.0-alpha.4",
"eslint-define-config": "~1.0.0",
"eslint-plugin-inclusive-language": "~2.1.1",

@@ -47,0 +47,0 @@ "eslint-plugin-jsdoc": "~32.3.0",

@@ -38,2 +38,8 @@ import type { Environments } from './env';

/**
* Specifying Globals.
*
* @see [Globals](https://eslint.org/docs/user-guide/configuring/language-options#specifying-globals)
*/
globals?: Record<string, 'readonly' | 'writable' | false | 'readable' | true | 'writeable' | 'off'>;
/**
* Parser.

@@ -40,0 +46,0 @@ *

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