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

boar-server

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boar-server - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

6

lib/clear-gridfs/index.js

@@ -11,6 +11,6 @@ 'use strict';

clear(names) {
clear() {
return this
._names()
.then(() => this._unlink(names));
.then((names) => this._unlink(names));
}

@@ -30,3 +30,3 @@

_unlink(names) {
if (!names) return Promise.resolve();
if (!names.length) return Promise.resolve();

@@ -33,0 +33,0 @@ return new Promise(function(resolve, reject) {

{
"name": "boar-server",
"version": "2.1.2",
"version": "2.1.3",
"description": "",

@@ -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