Socket
Socket
Sign inDemoInstall

@putout/traverse

Package Overview
Dependencies
53
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 7.0.0

11

lib/traverse.js

@@ -5,6 +5,3 @@ 'use strict';

const {
isFile,
isProgram,
} = require('@babel/types');
const {isFile, isProgram} = require('@babel/types');

@@ -52,2 +49,3 @@ const {

const [node, type] = parseTemplate(tmpl);
const visit = getVisit({

@@ -81,5 +79,3 @@ fn,

const {
node = path,
} = path;
const {node = path} = path;

@@ -101,2 +97,1 @@ const visit = (path) => {

};
{
"name": "@putout/traverse",
"version": "6.0.0",
"version": "7.0.0",
"type": "commonjs",

@@ -29,10 +29,11 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

"@babel/types": "^7.12.6",
"@putout/compare": "^10.0.0"
"@putout/compare": "^11.0.0"
},
"keywords": [
"putout",
"putout-engine"
"traverse",
"putout-traverse"
],
"devDependencies": {
"c8": "^7.5.0",
"c8": "^8.0.0",
"eslint": "^8.0.1",

@@ -39,0 +40,0 @@ "eslint-plugin-n": "^16.0.0",

@@ -56,2 +56,3 @@ # @putout/traverse [![NPM version][NPMIMGURL]][NPMURL]

]);
// returns

@@ -58,0 +59,0 @@ true;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc