Socket
Socket
Sign inDemoInstall

dar-server

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dar-server - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "dar-server",
"version": "0.5.0",
"version": "0.5.1",
"description": "Filesystem backend for document archive",

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

@@ -26,3 +26,3 @@ const fs = require('fs')

// listing avalable dars
app.get(apiUrl+'/list', async (req, res) => {
app.get(apiUrl+'/!list', async (req, res) => {
listArchives(rootDir)

@@ -29,0 +29,0 @@ .then((records) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc