Gathering detailed insights and metrics for @har-sdk/types
Gathering detailed insights and metrics for @har-sdk/types
npm install @har-sdk/types
Typescript
Module System
Node Version
NPM Version
@har-sdk/oas@2.10.0
Published on 07 Oct 2024
@har-sdk/postman@2.4.6
Published on 22 Aug 2024
@har-sdk/oas@2.9.3
Published on 22 Aug 2024
@har-sdk/oas@2.9.2
Published on 14 Aug 2024
@har-sdk/openapi-sampler@2.2.1
Published on 14 Aug 2024
@har-sdk/oas@2.9.1
Published on 22 Apr 2024
TypeScript (98.02%)
JavaScript (1.94%)
Shell (0.04%)
Total Downloads
2,790
Last Day
1
Last Week
9
Last Month
40
Last Year
487
11 Stars
142 Commits
5 Forks
16 Watching
10 Branches
25 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.9
Package Id
@har-sdk/types@1.1.9
Unpacked Size
4.22 kB
Size
1.97 kB
File Count
12
NPM Version
8.19.3
Node Version
18.14.1
Publised On
23 Feb 2023
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-18.2%
9
Compared to previous week
Last month
344.4%
40
Compared to previous month
Last year
-14.6%
487
Compared to previous year
2
THIS PACKAGE HAS BEEN DEPRECATED. THE DEVELOPMENT HAS MOVED TO A @HAR-SDK/CORE PACKAGE
Types for OpenAPI and Postman documents
1npm i --save @har-sdk/types
1import { OpenAPIV2, isOASV2 } from '@har-sdk/types'; 2 3const apiDoc = { 4 swagger: '2.0', 5 host: 'localhost', 6 info: { 7 title: 'Some valid API document' 8 }, 9 paths: {} 10} as OpenAPIV2.Document; 11 12isOASV2(apiDoc); // returns true
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 21/22 approved changesets -- score normalized to 9
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More