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

@dhis2-ui/card

Package Overview
Dependencies
Maintainers
2
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/card - npm Package Compare versions

Comparing version 9.5.0-alpha.1 to 9.5.0

6

build/cjs/features/accepts_children/index.js
"use strict";
var _steps = require("cypress-cucumber-preprocessor/steps");
var _cypressCucumberPreprocessor = require("@badeball/cypress-cucumber-preprocessor");
(0, _steps.Given)('a Card with children is rendered', () => {
(0, _cypressCucumberPreprocessor.Given)('a Card with children is rendered', () => {
cy.visitStory('Card', 'With children');
cy.get('[data-test="dhis2-uicore-card"]').should('be.visible');
});
(0, _steps.Then)('the children are visible', () => {
(0, _cypressCucumberPreprocessor.Then)('the children are visible', () => {
cy.contains('I am a child').should('be.visible');
});

@@ -1,2 +0,2 @@

import { Given, Then } from 'cypress-cucumber-preprocessor/steps';
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor';
Given('a Card with children is rendered', () => {

@@ -3,0 +3,0 @@ cy.visitStory('Card', 'With children');

{
"name": "@dhis2-ui/card",
"version": "9.5.0-alpha.1",
"version": "9.5.0",
"description": "UI Card",

@@ -36,3 +36,3 @@ "repository": {

"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.5.0-alpha.1",
"@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",

@@ -39,0 +39,0 @@ "prop-types": "^15.7.2"

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