Socket
Socket
Sign inDemoInstall

dint

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

dint - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

index.js

@@ -55,2 +55,6 @@ 'use strict'

// TODO: return something else to distinguish an integrity mismatch from
// a missing integrity
if (!fstat.integrity) return false
const filename = path.join(dirname, f)

@@ -57,0 +61,0 @@ if (fstat.size > MAX_BULK_SIZE) {

2

package.json
{
"name": "dint",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate and verify directory integrity",

@@ -5,0 +5,0 @@ "main": "index.js",

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