New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akv-status

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akv-status - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

lib/akv_status.js

@@ -29,3 +29,4 @@ /**

let hash = yield fileHash(filename)
if (knownHash !== hash) {
let known = hash && knownHash && (hash === knownHash)
if (!known) {
filtered.push(filename)

@@ -32,0 +33,0 @@ }

{
"name": "akv-status",
"version": "1.0.3",
"version": "1.0.4",
"description": "akv store for file status",

@@ -5,0 +5,0 @@ "main": "lib",

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