New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

snapdir

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snapdir

Snapshot a directory structure and file sha1's to keep track of what's changed between a static website deployment. Best used when leveraged with ApprovalTests.NodeJS.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

snapdir Build Status

Getting Started

Install the module with: npm install snapdir

var snapdir = require('snapdir');

var result = sut.getTreeSync({
    globPattern: "sampleDir",  // required glob search pattern
    noSha: true                // default is false
});

License

Copyright (c) Jason Jarret 2014 . Licensed under the MIT license.

Keywords

Approvals

FAQs

Package last updated on 18 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts