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

@storybook/addon-jest

Package Overview
Dependencies
Maintainers
12
Versions
1920
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-jest - npm Package Compare versions

Comparing version 3.3.14 to 3.3.15

2

dist/components/Panel.js

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

NoTests,
null,
{ key: name },
'This story has tests configured, but no file was found'

@@ -180,0 +180,0 @@ );

{
"name": "@storybook/addon-jest",
"version": "3.3.14",
"version": "3.3.15",
"description": "React storybook addon that show component jest report",

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

"dependencies": {
"@storybook/components": "^3.3.14",
"@storybook/components": "^3.3.15",
"glamor": "^2.20.40",

@@ -31,0 +31,0 @@ "glamorous": "^4.11.2",

@@ -101,3 +101,3 @@ import React from 'react';

if (!result) {
return <NoTests>This story has tests configured, but no file was found</NoTests>;
return <NoTests key={name}>This story has tests configured, but no file was found</NoTests>;
}

@@ -104,0 +104,0 @@

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