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

@storybook/addon-jest

Package Overview
Dependencies
Maintainers
10
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.4.8 to 3.4.10

6

dist/index.js

@@ -12,2 +12,6 @@ 'use strict';

var _values = require('babel-runtime/core-js/object/values');
var _values2 = _interopRequireDefault(_values);
var _addons = require('@storybook/addons');

@@ -20,3 +24,3 @@

var findTestResults = function findTestResults(testFiles, jestTestResults, jestTestFilesExt) {
return testFiles.map(function (name) {
return (0, _values2.default)(testFiles).map(function (name) {
if (jestTestResults && jestTestResults.testResults) {

@@ -23,0 +27,0 @@ return {

4

package.json
{
"name": "@storybook/addon-jest",
"version": "3.4.8",
"version": "3.4.10",
"description": "React storybook addon that show component jest report",

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

"dependencies": {
"@storybook/components": "3.4.8",
"@storybook/components": "3.4.10",
"babel-runtime": "^6.26.0",

@@ -31,0 +31,0 @@ "glamor": "^2.20.40",

import addons from '@storybook/addons';
const findTestResults = (testFiles, jestTestResults, jestTestFilesExt) =>
testFiles.map(name => {
Object.values(testFiles).map(name => {
if (jestTestResults && jestTestResults.testResults) {

@@ -6,0 +6,0 @@ return {

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