@secretlint/profiler
Advanced tools
Comparing version 6.0.1 to 6.0.2
import perf_hooks from "perf_hooks"; | ||
declare type Performance = typeof perf_hooks.performance | typeof performance; | ||
export declare type SecretLintProfilerMarker = { | ||
type Performance = typeof perf_hooks.performance | typeof performance; | ||
export type SecretLintProfilerMarker = { | ||
type: "secretlint>cli::start"; | ||
@@ -60,6 +60,6 @@ } | { | ||
}; | ||
export declare type Constructor<I> = { | ||
export type Constructor<I> = { | ||
new (...args: any[]): I; | ||
}; | ||
export declare type SecretLintProfilerOptions = { | ||
export type SecretLintProfilerOptions = { | ||
perf: Performance; | ||
@@ -66,0 +66,0 @@ PerformanceObserver: any; |
{ | ||
"name": "@secretlint/profiler", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Profile manager for Secretlint.", | ||
@@ -43,10 +43,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.11.17", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -56,3 +56,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "67f291f3857b462d2b998d00c26d3c58a26c0d72" | ||
"gitHead": "15a9f79e558fed32a4cead3943754d6ec55890af" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
17307