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.25 to 0.0.26

dist/src/error-entry.d.ts

8

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

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

"lint": "yarn npm-run-all lint:*",
"lint:eslint": "yarn eslint . --ext .ts",
"lint:eslint": "yarn eslint --fix . --ext .ts",
"lint:tsc-src": "yarn tsc --noEmit",

@@ -43,3 +43,3 @@ "prepare": "yarn build",

"peerDependencies": {
"typescript": ">4.0"
"typescript": ">4.7"
},

@@ -53,3 +53,3 @@ "engines": {

},
"gitHead": "9c1d6048fe83cceb200a04be0727fca3b5521ebb"
"gitHead": "42b75f1ceae1f39cdddf569e6311c4fb813c4486"
}

@@ -98,3 +98,3 @@ import fs from 'fs';

const content = fs.readFileSync(file, 'utf-8');
const report = JSON.parse(content);
const report: Report = JSON.parse(content);

@@ -112,5 +112,5 @@ if (!Reporter.isReport(report)) {

private static isReport(report: any): report is Report {
private static isReport(report: Report): report is Report {
return report && report.summary !== undefined && report.items !== undefined;
}
}

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