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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6020
+ Addedminipass@3.3.6(transitive)
+ Addedssri@7.1.1(transitive)
+ Addedyallist@4.0.0(transitive)
- Removedssri@6.0.2(transitive)
Updatedssri@^7.0.0