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 3.0.0 to 3.0.1

8

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

@@ -19,3 +19,4 @@ "description": "Directory and file walking utility for node apps",

"scripts": {
"test": "mocha tests"
"test": "mocha tests",
"coverage": "nyc --reporter=lcov mocha tests"
},

@@ -33,3 +34,4 @@ "repository": {

"eslint-plugin-standard": "^4.0.1",
"mocha": "^8.0.1"
"mocha": "^8.0.1",
"nyc": "^15.1.0"
},

@@ -36,0 +38,0 @@ "engines": {

@@ -150,3 +150,6 @@ # Walk

## Testing
Testing is currently run using mocha and chai. To execute tests just run `npm run test`. To generate unit test coverage reports just run `npm run coverage`
## Contact
If you have any questions feel free to get in touch
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