📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

code-suggester

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-suggester - npm Package Compare versions

Comparing version

to
5.0.0

4

build/src/github/review-pull-request.d.ts

@@ -28,3 +28,3 @@ import { FileDiffContent, RepoDomain, Hunk } from '../types';

}
declare type Comment = SingleLineComment | MultilineComment;
type Comment = SingleLineComment | MultilineComment;
/**

@@ -34,3 +34,3 @@ * GitHub-defined type. The Octokit library/docs are probably behind since create review already

*/
export declare type PullsCreateReviewParamsComments = {
export type PullsCreateReviewParamsComments = {
path: string;

@@ -37,0 +37,0 @@ position: number;

import { CreateCommitOptions } from './github/create-commit';
export declare type FileMode = '100644' | '100755' | '040000' | '160000' | '120000';
export type FileMode = '100644' | '100755' | '040000' | '160000' | '120000';
/**

@@ -28,3 +28,3 @@ * GitHub definition of tree

*/
export declare type Changes = Map<string, FileData>;
export type Changes = Map<string, FileData>;
/**

@@ -31,0 +31,0 @@ * The domain of a repository

# Changelog
## [5.0.0](https://github.com/googleapis/code-suggester/compare/v4.3.4...v5.0.0) (2025-02-26)
### ⚠ BREAKING CHANGES
* require node 18+ ([#510](https://github.com/googleapis/code-suggester/issues/510))
### Features
* Require node 18+ ([#510](https://github.com/googleapis/code-suggester/issues/510)) ([7872278](https://github.com/googleapis/code-suggester/commit/7872278e587c3779a9b47de6535b1f2cde277520))
### Bug Fixes
* **action:** Run action on node 20 ([#513](https://github.com/googleapis/code-suggester/issues/513)) ([bc25927](https://github.com/googleapis/code-suggester/commit/bc259277494046e72c637797bda26212b2f191ea))
* **deps:** Update octokit/rest to v20 ([#512](https://github.com/googleapis/code-suggester/issues/512)) ([64a2445](https://github.com/googleapis/code-suggester/commit/64a2445daaec7d1465c387299f55de34350dd597))
## [4.3.4](https://github.com/googleapis/code-suggester/compare/v4.3.3...v4.3.4) (2024-10-25)

@@ -4,0 +21,0 @@

{
"name": "code-suggester",
"description": "Library to propose code changes",
"version": "4.3.4",
"version": "5.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},

@@ -42,3 +42,3 @@ "bin": {

"dependencies": {
"@octokit/rest": "^19.0.5",
"@octokit/rest": "^20.1.1",
"@types/yargs": "^16.0.0",

@@ -63,6 +63,5 @@ "async-retry": "^1.3.1",

"linkinator": "^4.0.0",
"mocha": "^9.2.2",
"mocha": "^11.1.0",
"nock": "^13.0.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",

@@ -69,0 +68,0 @@ "ts-loader": "^8.0.0",

Sorry, the diff of this file is not supported yet