Socket
Socket
Sign inDemoInstall

espree

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espree - npm Package Compare versions

Comparing version 9.5.2 to 9.6.0

3

lib/options.js

@@ -21,3 +21,4 @@ /**

13, // 2022
14 // 2023
14, // 2023
15 // 2024
];

@@ -24,0 +25,0 @@

@@ -1,3 +0,3 @@

const version = "9.5.2";
const version = "9.6.0";
export default version;

@@ -19,3 +19,3 @@ {

},
"version": "9.5.2",
"version": "9.6.0",
"files": [

@@ -36,3 +36,3 @@ "lib",

"dependencies": {
"acorn": "^8.8.0",
"acorn": "^8.9.0",
"acorn-jsx": "^5.3.2",

@@ -39,0 +39,0 @@ "eslint-visitor-keys": "^3.4.1"

@@ -143,4 +143,4 @@ [![npm version](https://img.shields.io/npm/v/espree.svg)](https://www.npmjs.com/package/espree)

// Set to 3, 5 (the default), 6, 7, 8, 9, 10, 11, 12, 13 or 14 to specify the version of ECMAScript syntax you want to use.
// You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13) or 2023 (same as 14) to use the year-based naming.
// Set to 3, 5 (the default), 6, 7, 8, 9, 10, 11, 12, 13, 14 or 15 to specify the version of ECMAScript syntax you want to use.
// You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13), 2023 (same as 14) or 2024 (same as 15) to use the year-based naming.
// You can also set "latest" to use the most recently supported version.

@@ -235,7 +235,7 @@ ecmaVersion: 3,

Espree supports all ECMAScript 2022 features and partially supports ECMAScript 2023 features.
Espree supports all ECMAScript 2023 features and partially supports ECMAScript 2024 features.
Because ECMAScript 2023 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
Because ECMAScript 2024 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
* [Hashbang grammar](https://github.com/tc39/proposal-hashbang)
* [RegExp v flag with set notation + properties of strings](https://github.com/tc39/proposal-regexp-v-flag)

@@ -242,0 +242,0 @@ See [finished-proposals.md](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to know what features are finalized.

Sorry, the diff of this file is not supported yet

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