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

upath

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upath - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

build/code/upath.js

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

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