remark-captions
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -161,5 +161,3 @@ 'use strict'; | ||
function getLast() { | ||
var xs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; | ||
function getLast(xs) { | ||
var len = xs.length; | ||
@@ -166,0 +164,0 @@ if (!len) return; |
{ | ||
"name": "remark-captions", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions", |
@@ -173,3 +173,3 @@ const clone = require('clone') | ||
function getLast (xs = []) { | ||
function getLast (xs) { | ||
const len = xs.length | ||
@@ -176,0 +176,0 @@ if (!len) return |
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
17528
300