boar-server
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -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", |
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
22232