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

@hig/banner

Package Overview
Dependencies
Maintainers
5
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/banner - npm Package Compare versions

Comparing version 0.2.0-alpha.69c48d2a to 0.2.0-alpha.6b38033a

8

package.json
{
"name": "@hig/banner",
"version": "0.2.0-alpha.69c48d2a",
"version": "0.2.0-alpha.6b38033a",
"description": "HIG Banner",

@@ -11,4 +11,4 @@ "author": "Autodesk Inc.",

"devDependencies": {
"@hig/scripts": "0.2.0-alpha.69c48d2a",
"@hig/styles": "0.1.0-alpha.69c48d2a"
"@hig/scripts": "0.2.0-alpha.6b38033a",
"@hig/styles": "0.1.0-alpha.6b38033a"
},

@@ -23,4 +23,4 @@ "peerDependencies": {

"dependencies": {
"hig-react": "0.29.0-alpha.69c48d2a"
"hig-react": "0.29.0-alpha.6b38033a"
}
}

@@ -6,2 +6,3 @@ import React from "react";

import { text, select, boolean } from "@storybook/addon-knobs/react";
import { withInfo } from "@storybook/addon-info";
import { makeSelectOptions } from "@hig/storybook/utils";

@@ -119,3 +120,5 @@

stories.forEach(({ description, props }) => {
bannerStories.add(description, () => <BannerStory props={props} />);
bannerStories.add(description, withInfo({
propTables: [Banner]
})(() => <BannerStory props={props} />));
});
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