Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,3 @@ /** | ||
* A proxy to `path`, replacing `\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions. | ||
* Version 2.0.0 - Compiled on 2020-10-06 21:12:20 | ||
* Version 2.0.1 - Compiled on 2020-11-07 16:59:47 | ||
* Repository git://github.com/anodynos/upath | ||
@@ -15,3 +15,3 @@ * Copyright(c) 2020 Angelos Pikoulas <agelos.pikoulas@gmail.com> | ||
var VERSION = '2.0.0'; // injected by urequire-rc-inject-version | ||
var VERSION = '2.0.1'; // injected by urequire-rc-inject-version | ||
@@ -27,3 +27,3 @@ var extraFn, extraFunctions, isFunction, isString, isValidExt, name, path, propName, propValue, toUnix, upath, slice = [].slice, indexOf = [].indexOf || function (item) { | ||
isFunction = function (val) { | ||
return val instanceof Function; | ||
return typeof val === "function"; | ||
}; | ||
@@ -30,0 +30,0 @@ isString = function (val) { |
{ | ||
"name": "upath", | ||
"description": "A proxy to `path`, replacing `\\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "http://github.com/anodynos/upath/", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# upath v2.0.0 | ||
# upath v2.0.1 | ||
@@ -3,0 +3,0 @@ [![Build Status](https://travis-ci.org/anodynos/upath.svg?branch=master)](https://travis-ci.org/anodynos/upath) |
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
36733