Socket
Socket
Sign inDemoInstall

es-dependency-graph

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

0

bin/dep-graph.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

8

build/cli.js

@@ -9,12 +9,6 @@ "use strict";

var graph = require("./index")["default"] || require("./index");
var mkdirp = require("mkdirp")["default"] || require("mkdirp");
var extend = require("extend")["default"] || require("extend");
var path = require("path")["default"] || require("path");
var fs = require("fs")["default"] || require("fs");
exports["default"] = function (options) {

@@ -25,3 +19,3 @@ if (options['include-bindings']) {

}
var dependencies = {};

@@ -28,0 +22,0 @@

@@ -10,3 +10,2 @@ "use strict";

var concat = Function.prototype.apply.bind(Array.prototype.concat, []);

@@ -13,0 +12,0 @@

@@ -0,0 +0,0 @@ Copyright 2014 Yahoo Inc.

15

package.json
{
"name": "es-dependency-graph",
"description": "Utility for obtaining the dependency graph from ES6 modules",
"version": "0.1.4",
"version": "0.1.5",
"keywords": [

@@ -20,3 +20,3 @@ "ecmascript",

"type": "git",
"url" : "git://github.com/yahoo/es-dependency-graph.git"
"url": "git://github.com/yahoo/es-dependency-graph.git"
},

@@ -31,5 +31,4 @@ "bugs": {

"esprima-fb": "6001.1001.0-dev-harmony-fb",
"nomnom": "^1.6.2",
"mkdirp": "^0.5.0",
"extend": "^1.2.1"
"nomnom": "^1.6.2"
},

@@ -48,3 +47,9 @@ "devDependencies": {

},
"files": ["dist", "build", "bin", "vendor", "LICENSE.md"],
"files": [
"dist",
"build",
"bin",
"vendor",
"LICENSE.md"
],
"main": "dist/index.js",

@@ -51,0 +56,0 @@ "scripts": {

@@ -0,0 +0,0 @@ es-dependency-graph

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