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

electrode-library-navigation-ar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-library-navigation-ar - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

lib/components/navigation.js

@@ -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

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