New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rehearsal/reporter

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rehearsal/reporter - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

10

dist/src/types.d.ts

@@ -47,12 +47,2 @@ export declare type ReportSummary = Record<string, unknown> & {

};
export interface FixedFile {
fileName: string;
updatedText: string;
code?: string;
codeFixAction?: CodeFixAction;
location: {
line: number;
character: number;
};
}
//# sourceMappingURL=types.d.ts.map

4

package.json
{
"name": "@rehearsal/reporter",
"version": "0.0.30",
"version": "0.0.31",
"description": "Rehearsal Reporter",

@@ -48,3 +48,3 @@ "keywords": [

},
"gitHead": "432c58c5a08b39b53f8424eda3fffc4b9c3bee58"
"gitHead": "661ff9d9fb100c40df19c02c150b471b99d0ca70"
}

@@ -51,12 +51,1 @@ export type ReportSummary = Record<string, unknown> & {

};
export interface FixedFile {
fileName: string;
updatedText: string;
code?: string;
codeFixAction?: CodeFixAction;
location: {
line: number;
character: number;
};
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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