Socket
Socket
Sign inDemoInstall

@hig/components

Package Overview
Dependencies
Maintainers
7
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/components - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

build/tree-view.es.js

1

build/index.es.js

@@ -38,2 +38,3 @@ export { default as Accordion } from "@hig/accordion";

export { default as TopNav } from "@hig/top-nav";
export { default as TreeView } from "@hig/tree-view";
export { default as Typography } from "@hig/typography";

@@ -44,2 +44,3 @@ 'use strict';

var topNav = _interopDefault(require('@hig/top-nav'));
var treeView = _interopDefault(require('@hig/tree-view'));
var typography = _interopDefault(require('@hig/typography'));

@@ -86,2 +87,3 @@

exports.TopNav = topNav;
exports.TreeView = treeView;
exports.Typography = typography;

@@ -0,1 +1,8 @@

# [@hig/components-v2.7.0](https://github.com/Autodesk/hig/compare/@hig/components@2.6.0...@hig/components@2.7.0) (2021-08-11)
### Features
* add [@hig](https://github.com/hig)/tree-view package ([a352299](https://github.com/Autodesk/hig/commit/a352299))
# [@hig/components-v2.6.0](https://github.com/Autodesk/hig/compare/@hig/components@2.5.0...@hig/components@2.6.0) (2021-06-26)

@@ -2,0 +9,0 @@

7

package.json
{
"name": "@hig/components",
"version": "2.6.0",
"version": "2.7.0",
"description": "HIG Components",

@@ -35,3 +35,3 @@ "author": "Autodesk Inc.",

"@hig/modal": "^2.2.2",
"@hig/notifications-flyout": "^2.1.2",
"@hig/notifications-flyout": "^2.1.3",
"@hig/notifications-toast": "^2.2.0",

@@ -54,3 +54,3 @@ "@hig/numeric-input": "^1.0.0",

"@hig/theme-context": "^3.0.1",
"@hig/theme-data": "^2.21.0",
"@hig/theme-data": "^2.21.1",
"@hig/timestamp": "^1.3.0",

@@ -60,2 +60,3 @@ "@hig/toggle": "^1.0.1",

"@hig/top-nav": "^3.2.0",
"@hig/tree-view": "^1.1.0",
"@hig/typography": "^1.2.0"

@@ -62,0 +63,0 @@ },

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