electrode-library-navigation-ar
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -39,5 +39,5 @@ 'use strict'; | ||
var _footer = require('../../src/styles/footer.css'); | ||
var _navigation = require('../../src/styles/navigation.css'); | ||
var _footer2 = _interopRequireDefault(_footer); | ||
var _navigation2 = _interopRequireDefault(_navigation); | ||
@@ -64,3 +64,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
'div', | ||
{ className: _footer2.default.navTest }, | ||
{ className: _navigation2.default.navTest }, | ||
_react2.default.createElement( | ||
@@ -67,0 +67,0 @@ 'div', |
{ | ||
"name": "electrode-library-navigation-ar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "electrode-library-navigation-ar", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,3 +5,3 @@ import React, {PropTypes} from 'react'; | ||
import {selectBoxIsTrue} from '../helpers'; | ||
import styles from '../../src/styles/footer.css'; | ||
import styles from '../../src/styles/navigation.css'; | ||
@@ -8,0 +8,0 @@ const SecondaryNavigationItem = ({ url, openInNewWindow, text }) => ( |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
2788434
17047
83
2