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

madge

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

madge - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

3

lib/parse/amd.js

@@ -70,3 +70,4 @@ 'use strict';

parse.findDependencies(filename, src).filter(function (id) {
return id !== 'require' && id !== 'exports' && id !== 'module';
// Ignore RequireJS IDs and plugins
return id !== 'require' && id !== 'exports' && id !== 'module' && !id.match(/\.?\w\!/);
}).map(function (id) {

@@ -73,0 +74,0 @@ // Only resolve relative module identifiers (if the first term is "." or "..")

{
"name": "madge",
"version": "0.1.5",
"version": "0.1.6",
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",

@@ -5,0 +5,0 @@ "repository": "git://github.com/pahen/node-madge",

@@ -215,2 +215,5 @@ # MaDGe - Module Dependency Graph

## v0.1.6 (September 04, 2013)
AMD plugins are now ignored as dependencies. Fixes [issue](https://github.com/pahen/grunt-madge/issues/1).
## v0.1.5 (September 04, 2013)

@@ -217,0 +220,0 @@ Fixed Windows [issue](https://github.com/pahen/node-madge/issues/17) when reading from standard input with --read.

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