Socket
Socket
Sign inDemoInstall

path-parse

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

index.min.js

4

index.js
'use strict';
var path = require('path');
var isWindows = process.platform === 'win32';

@@ -87,3 +87,3 @@ // Regex to split a windows path into three parts: [*, device, slash,

if (path.isWindows)
if isWindows
module.exports = win32.parse;

@@ -90,0 +90,0 @@ else /* posix */

{
"name": "path-parse",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node.js path.parse() ponyfill",

@@ -5,0 +5,0 @@ "main": "index.js",

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