Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
Maintainers
39
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-deps - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

test/files/resolve/bar/bar.js

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # module-deps Change Log

## 6.2.0 - 2018-11-13
* Add `.dirname` property to the object given to `opts.resolve` [#154](https://github.com/browserify/module-deps/pull/154)
## 6.1.0 - 2018-05-16

@@ -7,0 +10,0 @@ * Add a `detect` option for custom dependency detection [#63](https://github.com/browserify/module-deps/pull/63), [2dcc339](https://github.com/browserify/module-deps/commit/2dcc3399ee67ba51ed26d9a0605a8ccdc70c9db7)

@@ -467,2 +467,3 @@ var fs = require('fs');

filename: file,
basedir: path.dirname(file),
paths: self.paths,

@@ -469,0 +470,0 @@ package: pkg,

2

package.json
{
"name": "module-deps",
"version": "6.1.0",
"version": "6.2.0",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",

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

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