Socket
Socket
Sign inDemoInstall

acorn-walk

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-walk - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

dist/walk.d.ts

6

CHANGELOG.md

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

## 7.1.0 (2020-02-11)
### New features
Add a TypeScript definition file for the library.
## 7.0.0 (2017-08-12)

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

4

dist/walk.js

@@ -37,3 +37,3 @@ (function (global, factory) {

// (and also as state parameter when no other state is present).
function ancestor(node, visitors, baseVisitor, state) {
function ancestor(node, visitors, baseVisitor, state, override) {
var ancestors = [];

@@ -48,3 +48,3 @@ if (!baseVisitor) { baseVisitor = base

if (isNew) { ancestors.pop(); }
})(node, state);
})(node, state, override);
}

@@ -51,0 +51,0 @@

@@ -6,4 +6,5 @@ {

"main": "dist/walk.js",
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
"version": "7.0.0",
"version": "7.1.0",
"engines": {"node": ">=0.4.0"},

@@ -10,0 +11,0 @@ "maintainers": [

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