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

cmetrix

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmetrix - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

build/domain/makeCloneRepo.d.ts

@@ -6,3 +6,7 @@ import { Git, FileOps, Logger, ClonedRepository, Repository } from './types';

fileOps: FileOps;
hooks?: {
onCloned: OnClonedHook;
};
}
export declare type OnClonedHook = (r: ClonedRepository) => Promise<void>;
export declare function makeCloneRepo(creation: CloneRepoCreation): (repository: Repository) => Promise<ClonedRepository>;

@@ -8,6 +8,18 @@ # Changelog

## 1.2.3 - 2022-01_05
## 1.2.5 - 2023-01-03
### Fixed
- safe repo cleanup
## 1.2.4 - 2022-10-26
### changed
- localized footer datetime
## 1.2.3 - 2022-01-05
### Fixed
- fix cloc command when several `excludeDirs` entries in configuration file

@@ -14,0 +26,0 @@

2

package.json
{
"name": "cmetrix",
"version": "1.2.4",
"version": "1.2.5",
"description": "CLI to build code metrics charts for your projects",

@@ -5,0 +5,0 @@ "main": "build/main.js",

Sorry, the diff of this file is too big to display

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