Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@secretlint/profiler

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/profiler - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

8

lib/index.d.ts
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"
}
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