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

croc-git

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croc-git - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

git.js

@@ -5,4 +5,4 @@ var path = require('path')

exports.changed = function (packages, sha) {
return packages.filter(function (name) {
exports.changed = function (packages, includePkgs, sha) {
return includePkgs.filter(function (name) {
// Getting changes from git for each package is slower in monolithic

@@ -9,0 +9,0 @@ // repositories, but enables working with multiple git repositories

{
"name": "croc-git",
"version": "0.0.2",
"version": "0.0.3",
"description": "Croc git integration",

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