File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 "typescript" : " ^5.4.2"
5858 },
5959 "dependencies" : {
60- "@myunisoft/httpie" : " ^5.0.0" ,
6160 "@nodesecure/npm-registry-sdk" : " ^3.0.0" ,
6261 "@npmcli/arborist" : " ^9.0.0" ,
62+ "@openally/httpie" : " ^1.0.0" ,
6363 "@pnpm/audit" : " 1001.0.2" ,
6464 "@pnpm/lockfile-file" : " ^9.1.1"
6565 }
Original file line number Diff line number Diff line change 11// Import Third-party Dependencies
2- import * as httpie from "@myunisoft /httpie" ;
2+ import * as httpie from "@openally /httpie" ;
33
44// Import Internal Dependencies
55import * as utils from "../utils.js" ;
@@ -57,7 +57,7 @@ export async function findOne(
5757
5858 return data . vulnerabilities || [ ] ;
5959 }
60- catch ( error ) {
60+ catch ( error : any ) {
6161 console . error ( "NVD API Error:" , error . message || error ) ;
6262
6363 return [ ] ;
Original file line number Diff line number Diff line change 11// Import Third-party Dependencies
2- import * as httpie from "@myunisoft /httpie" ;
2+ import * as httpie from "@openally /httpie" ;
33
44// Import Internal Dependencies
55import type { OSV } from "../formats/osv/index.js" ;
Original file line number Diff line number Diff line change 11// Import Third-party Dependencies
2- import * as httpie from "@myunisoft /httpie" ;
2+ import * as httpie from "@openally /httpie" ;
33
44// Import Internal Dependencies
55import { SNYK_ORG , SNYK_TOKEN } from "../constants.js" ;
Original file line number Diff line number Diff line change 11// Import Third-party Dependencies
2- import * as httpie from "@myunisoft /httpie" ;
2+ import * as httpie from "@openally /httpie" ;
33
44// Import Internal Dependencies
55import type { SonatypeResponse } from "../formats/sonatype/index.js" ;
Original file line number Diff line number Diff line change 22import assert from "node:assert" ;
33
44// Import Third-party Dependencies
5- import * as httpie from "@myunisoft /httpie" ;
5+ import * as httpie from "@openally /httpie" ;
66
77// CONSTANTS
88export const HTTP_CLIENT_HEADERS = {
You can’t perform that action at this time.
0 commit comments