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.1.0 to 0.1.1

dist/amd/path-parser.js

2

package.json
{
"name": "path-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "A small utility to parse, match and generate paths",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/path-parser.js",

@@ -20,3 +20,4 @@ var babel = require('babel');

buildFactory('common', 'dist/commonjs/path-parser.js'),
buildFactory('umd', 'dist/umd/path-parser.js')
buildFactory('umd', 'dist/umd/path-parser.js'),
buildFactory('amd', 'dist/amd/path-parser.js')
], function (err) {

@@ -23,0 +24,0 @@ if (err) console.log(err);

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