Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.0.0 to 4.0.1

110

package.json
{
"name": "dint",
"version": "4.0.0",
"description": "Generate and verify directory integrity",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "preview && node test",
"md": "mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/dint.git"
},
"keywords": [
"integrity",
"sri",
"directory",
"fs"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/dint/issues"
},
"homepage": "https://github.com/zkochan/dint#readme",
"dependencies": {
"graceful-fs": "^4.1.11",
"mz": "^2.7.0",
"p-every": "^2.0.0",
"p-limit": "^2.0.0",
"ssri": "^6.0.0"
},
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^2.0.0",
"tape": "^4.6.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"engines": {
"node": ">=8"
}
"name": "dint",
"version": "4.0.1",
"description": "Generate and verify directory integrity",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "preview && node test",
"md": "mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/dint.git"
},
"keywords": [
"integrity",
"sri",
"directory",
"fs"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/dint/issues"
},
"homepage": "https://github.com/zkochan/dint#readme",
"dependencies": {
"graceful-fs": "^4.1.11",
"mz": "^2.7.0",
"p-every": "^2.0.0",
"p-limit": "^2.0.0",
"ssri": "^7.0.0"
},
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^2.0.0",
"tape": "^4.6.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"engines": {
"node": ">=8"
}
}
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