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

jest-slack-integration

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-slack-integration - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

index.js

@@ -26,3 +26,3 @@ const readPkg = require('read-pkg')

title: 'Your Test Results Are In!',
author_name: (packageJson.appName) ? packageJson.appName : 'App',
author_name: (packageJson.jestSlackIntegration.appName) ? packageJson.jestSlackIntegration.appName : 'App',
mrkdwn_in: ['text'],

@@ -29,0 +29,0 @@ text: 'Here is a quick summary of the jest test results.. \nrun `jest` locally to see all the details \n..',

@@ -27,3 +27,3 @@ 'use strict';

title: 'Your Test Results Are In!',
author_name: packageJson.appName ? packageJson.appName : 'App',
author_name: packageJson.jestSlackIntegration.appName ? packageJson.jestSlackIntegration.appName : 'App',
mrkdwn_in: ['text'],

@@ -30,0 +30,0 @@ text: 'Here is a quick summary of the jest test results.. \nrun `jest` locally to see all the details \n..',

{
"name": "jest-slack-integration",
"version": "1.0.15",
"version": "1.0.16",
"description": "This script allows you to post test results to slack",

@@ -5,0 +5,0 @@ "main": "index.js",

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