Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "kslash", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "path tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,5 +6,5 @@ | ||
It is meant to be used as a replacement for [node's](https://nodejs.org/) [`path`](https://nodejs.org/dist/latest/docs/api/path.html) module. | ||
It aims to minimize the problems you get when writing platform independent code dealing with paths. | ||
I hope it might contain some tools of interest to you, even if you target only one platform. | ||
I use it as a replacement for [node's](https://nodejs.org/) [`path`](https://nodejs.org/dist/latest/docs/api/path.html) module. | ||
It aims to deal with file paths in a platform independent way. | ||
Maybe it contains some tools of interest to you, even if you target only one platform. | ||
@@ -26,4 +26,2 @@ ## path(p) | ||
Normalizes the path on all platforms. | ||
On Windows it converts | ||
@@ -38,3 +36,3 @@ - slashes to backslashes | ||
## dir(p) | ||
## dir(p) | ||
@@ -313,3 +311,2 @@ ```coffeescript | ||
[![downloads][downloads-image]][downloads-url] | ||
[![Dependencies Status][david-image]][david-url] | ||
@@ -320,5 +317,3 @@ [npm-image]:https://img.shields.io/npm/v/kslash.svg | ||
[travis-url]:https://travis-ci.org/monsterkodi/kslash | ||
[david-image]:https://david-dm.org/monsterkodi/kslash/status.svg | ||
[david-url]:https://david-dm.org/monsterkodi/kslash | ||
[downloads-image]:https://img.shields.io/npm/dm/kslash.svg | ||
[downloads-url]:https://www.npmtrends.com/kslash |
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
92135
315