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

@bscotch/trebuchet

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/trebuchet - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

dist/cli/treb.lib.d.ts

@@ -6,3 +6,3 @@ import { Project } from '@bscotch/project';

import { Workspace } from '../index.js';
export declare type TrebuchetCommandOptions = Record<string, any> | undefined;
export type TrebuchetCommandOptions = Record<string, any> | undefined;
export declare class TrebCli {

@@ -9,0 +9,0 @@ protected program: Command;

@@ -1,2 +0,2 @@

import { ReadableArray } from '@bscotch/utility';
import { Readable } from '@bscotch/utility';
import type { DefaultLogFields, ListLogLine } from 'simple-git';

@@ -40,3 +40,3 @@ export interface GitVersionTagParsed {

}
export declare type GitLogBump = 'major' | 'minor' | 'patch';
export type GitLogBump = 'major' | 'minor' | 'patch';
export interface GitLogChangeDescription {

@@ -54,3 +54,3 @@ type: string;

*/
types: ReadableArray<T>;
types: Readable<T>;
/**

@@ -57,0 +57,0 @@ * Map of change types (e.g. `feat`, `fix`)

@@ -32,3 +32,3 @@ import { DependencyVersion, PackageName } from '@bscotch/config';

*/
export declare type RepoVersionTags = {
export type RepoVersionTags = {
[projectName: string]: GitVersionTagParsed[];

@@ -35,0 +35,0 @@ };

{
"name": "@bscotch/trebuchet",
"version": "2.1.1",
"version": "2.1.2",
"description": "Tooling for minimizing the cognitive load for monorepo/workspace management, with a focus on automation, minimal configuration, and interoperability with other tools.",

@@ -43,7 +43,7 @@ "keywords": [

"dependencies": {
"@bscotch/config": "^1.0.4",
"@bscotch/pathy": "^2.1.1",
"@bscotch/project": "^2.0.4",
"@bscotch/utility": "^6.1.2",
"@bscotch/validation": "^0.2.1",
"@bscotch/config": "1.0.5",
"@bscotch/pathy": "2.2.0",
"@bscotch/project": "2.1.0",
"@bscotch/utility": "6.2.0",
"@bscotch/validation": "0.2.1",
"chai": "^4.3.6",

@@ -64,3 +64,3 @@ "commander": "^9.3.0",

"@types/semver": "^7.3.10",
"typescript": "^4.8.0-beta"
"typescript": "4.9.0-dev.20220829"
},

@@ -67,0 +67,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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