Socket
Socket
Sign inDemoInstall

espree

Package Overview
Dependencies
Maintainers
2
Versions
96
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 7.3.0 to 7.3.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v7.3.1 - December 5, 2020
* [`fef6f4a`](https://github.com/eslint/espree/commit/fef6f4a2803d959304c6961527044bd9da39ac92) Upgrade: acorn-jsx@5.3.1 (#459) (Milos Djermanovic)
* [`0e09d9a`](https://github.com/eslint/espree/commit/0e09d9a4f213cb87073a6a87cb7d6317b77d1a23) Chore: Add tests for ecmaVersion default value (#460) (Milos Djermanovic)
* [`4c70052`](https://github.com/eslint/espree/commit/4c70052df0b0ba903602c1f838918cbc07ee5eca) Docs: Fix some minor typos in the READMEs (#455) (Noah Doersing)
v7.3.0 - August 22, 2020

@@ -2,0 +8,0 @@

4

package.json

@@ -7,3 +7,3 @@ {

"main": "espree.js",
"version": "7.3.0",
"version": "7.3.1",
"files": [

@@ -23,3 +23,3 @@ "lib",

"acorn": "^7.4.0",
"acorn-jsx": "^5.2.0",
"acorn-jsx": "^5.3.1",
"eslint-visitor-keys": "^1.3.0"

@@ -26,0 +26,0 @@ },

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

`parse` parses the given code and returns a abstract syntax tree (AST). It takes two paramenter.
`parse` parses the given code and returns a abstract syntax tree (AST). It takes two parameters.
- `code` [string]() - the code which needs to be parsed.
- `options (Optional)` [Object]() - read more about this [here](#options)
- `options (Optional)` [Object]() - read more about this [here](#options).

@@ -75,6 +75,6 @@ ```javascript

`tokenize` returns the tokens of a give code. It takes two paramenter.
`tokenize` returns the tokens of a given code. It takes two parameters.
- `code` [string]() - the code which needs to be parsed.
- `options (Optional)` [Object]() - read more about this [here](#options)
- `options (Optional)` [Object]() - read more about this [here](#options).

@@ -117,3 +117,3 @@ Even if `options` is empty or undefined or `options.tokens` is `false`, it assigns it to `true` in order to get the `tokens` array

Returns an array of all supported ECMAScript version
Returns an array of all supported ECMAScript versions

@@ -120,0 +120,0 @@ ## Options

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