Commit a995e27a authored by Jose Vargas's avatar Jose Vargas

Replace underscore/lodash security dashboard

parent ad8b8364
<script>
import { isUndefined } from 'underscore';
import { isUndefined } from 'lodash';
import { GlEmptyState, GlSprintf } from '@gitlab/ui';
import { s__ } from '~/locale';
import Icon from '~/vue_shared/components/icon.vue';
......
<script>
import { isUndefined } from 'underscore';
import { isUndefined } from 'lodash';
import { mapActions, mapState, mapGetters } from 'vuex';
import IssueModal from 'ee/vue_shared/security_reports/components/modal.vue';
import Filters from './filters.vue';
......
/* eslint-disable import/prefer-default-export */
import { isEqual } from 'underscore';
import { isEqual } from 'lodash';
const isVulnerabilityLike = object =>
Boolean(object && object.location && object.identifiers && object.identifiers[0]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment