Socket
Socket
Sign inDemoInstall

path-parser

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-parser - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/commonjs/path-parser.js

9

package.json
{
"name": "path-parser",
"version": "0.0.5",
"version": "0.0.6",
"description": "A small utility to parse paths",
"main": "index.js",
"main": "dist/commonjs/path-parser.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha",
"test-cover": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"build": "./node_modules/.bin/babel -m common modules/Path.js > index.js"
"build": "node ./scripts/build.js"
},

@@ -35,4 +35,5 @@ "repository": {

"coveralls": "^2.11.2",
"istanbul": "^0.3.16"
"istanbul": "^0.3.16",
"async": "^1.3.0"
}
}
'use strict';
var Path = require('../');
var should = require('should');
var path = require('path');
var pkg = require('../package.json');
var Path = require(path.join(__dirname, '..', pkg.main));
var should = require('should');

@@ -6,0 +8,0 @@ require('mocha');

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