Socket
Socket
Sign inDemoInstall

estree-walker

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estree-walker - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

CHANGELOG.md
# changelog
## 0.5.0
* Export `childKeys`, for manually fixing in case of malformed ASTs
## 0.4.0

@@ -4,0 +8,0 @@

2

dist/estree-walker.es.js

@@ -54,3 +54,3 @@ function walk ( ast, ref) {

export { walk };
export { walk, childKeys };
//# sourceMappingURL=estree-walker.es.js.map

@@ -61,2 +61,3 @@ (function (global, factory) {

exports.walk = walk;
exports.childKeys = childKeys;

@@ -63,0 +64,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

{
"name": "estree-walker",
"description": "Traverse an ESTree-compliant AST",
"version": "0.4.0",
"version": "0.5.0",
"author": "Rich Harris",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -10,3 +10,3 @@ export function walk ( ast, { enter, leave }) {

let childKeys = {};
export const childKeys = {};

@@ -13,0 +13,0 @@ const toString = Object.prototype.toString;

Sorry, the diff of this file is not supported yet

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