Socket
Socket
Sign inDemoInstall

@hig/side-nav

Package Overview
Dependencies
Maintainers
5
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/side-nav - npm Package Compare versions

Comparing version 0.1.0-alpha.9af96942 to 0.1.0-alpha.9f8120ff

20

build/index.es.js

@@ -126,5 +126,3 @@ import React, { Component } from 'react';

value: function render() {
var _props = this.props,
intro = _props.intro,
children = _props.children;
var _this2 = this;

@@ -143,8 +141,3 @@ var classes = function classes(themeClass) {

{ className: classes(themeClass) },
intro && React.createElement(
"div",
{ className: "hig__side-nav__group__intro" },
intro
),
children
_this2.props.children
);

@@ -160,4 +153,2 @@ }

Group.propTypes = {
/** A slot for arbitrary content to render above the Modules */
intro: PropTypes.node,
/** One or more SideNav Modules */

@@ -170,9 +161,2 @@ children: PropTypes.node

"props": {
"intro": {
"type": {
"name": "node"
},
"required": false,
"description": "A slot for arbitrary content to render above the Modules"
},
"children": {

@@ -179,0 +163,0 @@ "type": {

16

package.json
{
"name": "@hig/side-nav",
"version": "0.1.0-alpha.9af96942",
"version": "0.1.0-alpha.9f8120ff",
"description": "HIG SideNav components",

@@ -18,12 +18,12 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/icon": "0.1.0-alpha.9af96942",
"@hig/icon-button": "0.1.0-alpha.9af96942",
"@hig/skeleton-item": "0.1.0-alpha.9af96942",
"@hig/themes": "0.1.0-alpha.9af96942",
"@hig/icon": "0.1.0-alpha.9f8120ff",
"@hig/icon-button": "0.1.0-alpha.9f8120ff",
"@hig/skeleton-item": "0.1.0-alpha.9f8120ff",
"@hig/themes": "0.1.0-alpha.9f8120ff",
"classnames": "^2.2.5"
},
"devDependencies": {
"@hig/babel-preset": "0.2.0-alpha.9af96942",
"@hig/scripts": "0.2.0-alpha.9af96942",
"@hig/styles": "0.1.0-alpha.9af96942"
"@hig/babel-preset": "0.2.0-alpha.9f8120ff",
"@hig/scripts": "0.2.0-alpha.9f8120ff",
"@hig/styles": "0.1.0-alpha.9f8120ff"
},

@@ -30,0 +30,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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