Socket
Socket
Sign inDemoInstall

mkast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkast - npm Package Compare versions

Comparing version 1.1.15 to 1.1.16

4

lib/node-walker.js

@@ -19,2 +19,5 @@ var Node = require('./node');

node.forEach(function(c) {
if(Node.is(c, type)) {
o.push(c);
}
walk(c, function(n) {

@@ -26,2 +29,3 @@ if(Node.is(n, type)) {

});
return o;

@@ -28,0 +32,0 @@ }

2

package.json
{
"name": "mkast",
"version": "1.1.15",
"version": "1.1.16",
"description": "Abstract syntax tree transformer",

@@ -5,0 +5,0 @@ "main": "index.js",

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