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

croc-dag

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croc-dag - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/.tern-port

3

lib/dag.js

@@ -81,4 +81,3 @@ var DAG = function (opts) {

if (filterFunction(name)) {
var clone = JSON.parse(JSON.stringify(pkg))
newDAG.addNode(clone.name, clone)
newDAG.addNode(pkg.name, pkg)
}

@@ -85,0 +84,0 @@ })

@@ -9,3 +9,3 @@ module.exports = function (dag, node) {

if (!visited[w]) {
dfs(w)
dfs(dag, w)
}

@@ -12,0 +12,0 @@ })

{
"name": "croc-dag",
"version": "0.0.2",
"version": "0.0.3",
"description": "Directed Asyclic Graph for Croc",

@@ -5,0 +5,0 @@ "main": "lib/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