Socket
Socket
Sign inDemoInstall

@danmasta/walk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danmasta/walk - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

1

lib/resolver.js
const fs = require('fs/promises');
const path = require('path');
const micromatch = require('micromatch');
const _ = require('lodash');
const util = require('./util');

@@ -6,0 +5,0 @@ const { GLOBS } = require('./constants');

2

package.json
{
"name": "@danmasta/walk",
"version": "4.2.0",
"version": "4.2.1",
"author": "Daniel Smith <dannmasta@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Directory and file walking utility for node apps",

@@ -5,2 +5,3 @@ const WalkAsync = require('../lib/walk');

const util = require('../lib/util');
const _ = require('lodash');

@@ -7,0 +8,0 @@ class Walk extends WalkAsync {

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