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

kslash

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kslash - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"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
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