Socket
Socket
Sign inDemoInstall

espurify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espurify - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [3.1.0](https://github.com/estools/espurify/releases/tag/v3.1.0) (2024-07-04)
#### Features
* Support ES2023 and ES2024 ([a03f0b2e](https://github.com/estools/espurify/commit/a03f0b2e93c3623010c05e609d7d002e4e877a93))
## [3.0.0](https://github.com/estools/espurify/releases/tag/v3.0.0) (2022-07-17)

@@ -2,0 +10,0 @@

2

index.js

@@ -6,3 +6,3 @@ /**

*
* Copyright (c) 2014-2022 Takuto Wada
* Copyright (c) 2014-2024 Takuto Wada
* Licensed under the MIT license.

@@ -9,0 +9,0 @@ * https://github.com/estools/espurify/blob/master/MIT-LICENSE.txt

const ecmaVersions = {
2024: require('./es2022'), // no change in AST Node level
2023: require('./es2022'), // no change in AST Node level
2022: require('./es2022'),

@@ -3,0 +5,0 @@ 2021: require('./es2020'), // no change in AST Node level

@@ -1,2 +0,2 @@

Copyright (c) 2014-2022 Takuto Wada, https://github.com/estools/espurify
Copyright (c) 2014-2024 Takuto Wada, https://github.com/estools/espurify

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "espurify",
"description": "Clone AST without extra properties",
"version": "3.0.0",
"version": "3.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Takuto Wada",

@@ -34,2 +34,4 @@ espurify

- [ES2022](https://github.com/estree/estree/blob/master/es2022.md)
- ES2023
- ES2024

@@ -92,3 +94,3 @@

Indicates the ECMAScript version to clone. Must be either 5, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
Indicates the ECMAScript version to clone. Must be either 5, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024.

@@ -95,0 +97,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