Socket
Socket
Sign inDemoInstall

upath

Package Overview
Dependencies
4
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

7

build/code/upath.js

@@ -5,5 +5,5 @@ /**

* A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.
* Version 1.0.2 - Compiled on 2017-11-13 23:11:15
* Version 1.0.3 - Compiled on 2018-02-25 22:49:38
* Repository git://github.com/anodynos/upath
* Copyright(c) 2017 Angelos Pikoulas <agelos.pikoulas@gmail.com>
* Copyright(c) 2018 Angelos Pikoulas <agelos.pikoulas@gmail.com>
* License MIT

@@ -15,3 +15,3 @@ */

var VERSION = '1.0.2'; // injected by urequire-rc-inject-version
var VERSION = '1.0.3'; // injected by urequire-rc-inject-version

@@ -69,2 +69,3 @@ var _, extraFn, extraFunctions, isValidExt, name, path, propName, propValue, toUnix, upath, slice = [].slice, indexOf = [].indexOf || function (item) {

}
upath.sep = "/";
extraFunctions = {

@@ -71,0 +72,0 @@ toUnix: toUnix,

{
"name": "upath",
"description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "http://github.com/anodynos/upath/",

@@ -57,2 +57,3 @@ "author": {

"grunt-urequire": "0.7.x",
"lodash": "^4.17.4",
"mocha": "~3.4.2",

@@ -59,0 +60,0 @@ "uberscore": "0.0.19",

@@ -1,2 +0,2 @@

# upath v1.0.1
# upath v1.0.3

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc