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

@nodebug/emailer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodebug/emailer - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

3

app/htmler.js

@@ -6,2 +6,3 @@ const { generate } = require('cucumber-html-reporter')

const { readFileSync } = require('jsonfile')
const { resolve } = require('path')
const { directory, report } = require('./files')

@@ -32,3 +33,3 @@

jsonFile: report,
output: `${directory}/${reportName}.html`,
output: resolve(`${directory}/${reportName}.html`),
reportSuiteAsScenarios: true,

@@ -35,0 +36,0 @@ launchReport: true,

{
"name": "@nodebug/emailer",
"version": "0.0.9",
"version": "0.0.10",
"author": {

@@ -5,0 +5,0 @@ "name": "Node Bug",

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