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 2.0.0 to 2.0.1

22

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

@@ -26,9 +26,9 @@ "description": "Directory and file walking utility for node apps",

"devDependencies": {
"chai": "^4.1.2",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.1.0"
"chai": "^4.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.1"
},

@@ -40,6 +40,6 @@ "engines": {

"dependencies": {
"bluebird": "^3.5.1",
"lodash": "^4.17.4",
"micromatch": "^3.1.5"
"bluebird": "^3.5.3",
"lodash": "^4.17.11",
"micromatch": "^3.1.10"
}
}

@@ -55,3 +55,3 @@ # Walk

`require.sync` | Sync version of `require`. Returns an Array
`stream(path, opts)` | Return a read stream of file objects
`stream(path, opts)` | Returns a read stream of file objects
`stream.sync` | Sync version of `stream`. Loads file data synchronously. Returns a read stream

@@ -58,0 +58,0 @@

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