Socket
Socket
Sign inDemoInstall

arctor

Package Overview
Dependencies
77
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

lib/browser/graph.js
require.define('lib/browser/graph', function (require, module) {
var renderer = require('lib/browser/graph/renderer').renderer;
var renderer = require('./graph/renderer').renderer;

@@ -4,0 +4,0 @@ function drawGraph() {

{
"name": "arctor",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CommonJS module dependency mapper and graphing tool.",

@@ -22,15 +22,14 @@ "homepage": "http://github.com/brentlintner/arctor",

"dependencies": {
"cli": "0.4.4-1",
"connect": "2.7.x",
"detective": "0.2.1"
"cli": "0.4.5",
"connect": "2.14.1",
"detective": "3.0.0"
},
"devDependencies": {
"chai": "1.1.x",
"sinon": "1.4.x",
"sinon-chai": "2.1.x",
"coverjs": "0.x.x",
"mocha": "1.3.x",
"jshint": "1.x.x",
"csslint": "0.9.x"
"chai": "1.9.0",
"sinon": "1.9.0",
"sinon-chai": "2.5.0",
"coverjs": "0.0.14",
"mocha": "1.17.1",
"jshint": "2.4.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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