New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

croc-deps

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croc-deps - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

10

deps.js

@@ -45,1 +45,11 @@ var dag = require('croc-dag')

}
exports.getSuccessors = function (graph, packages) {
var included = []
packages.forEach(function (name) {
dag.alg.dfs(graph, name).forEach(function (name) {
included.push(name)
})
})
return included
}

2

package.json
{
"name": "croc-deps",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

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