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

@actualwave/traceability-matrices

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actualwave/traceability-matrices - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

cypress.js

@@ -26,3 +26,3 @@ const projects = [];

project.records[name].push({
// filePath: Cypress.spec.relative,
filePath: Cypress.spec.relative,
title,

@@ -29,0 +29,0 @@ titlePath: [...titlePath],

{
"name": "@actualwave/traceability-matrices",
"version": "0.0.6",
"version": "0.0.7",
"types": "cypress.d.ts",

@@ -5,0 +5,0 @@ "bin": {

@@ -26,3 +26,4 @@ const { basename } = require("path");

each spec in self.specHeaders
th.spec-name(title=spec.title) #{spec.name}
th.spec-name(title=spec.title)
span.spec-name-text #{spec.name}

@@ -33,5 +34,7 @@ //- Data Rows

each header in self.dataHeaderRows[index]
th(colspan=header.colspan, rowspan=header.rowspan, class=header.class, title=header.title) !{header.name}
th(colspan=header.colspan, rowspan=header.rowspan, class=\`requirement \${header.class || ''}\`, title=header.title)
span.requirement-text !{header.name}
each data in row.cells
td(title=data.title, class=data.class) #{data.name}
td(title=data.title, class=\`cell \${data.class || ''}\`)
span.cell-text #{data.name}

@@ -38,0 +41,0 @@ //- Totals

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