New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/shared-types

Package Overview
Dependencies
Maintainers
22
Versions
863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/shared-types - npm Package Compare versions

Comparing version 8.14.1-snapshot.38 to 8.14.1-snapshot.39

4

package.json
{
"name": "@instructure/shared-types",
"version": "8.14.1-snapshot.38+ab5802488",
"version": "8.14.1-snapshot.39+ef9cb1dc6",
"description": "Shared TypeScript typings for Instructure UI packages.",

@@ -29,3 +29,3 @@ "author": "Instructure, Inc. Engineering and Product Design",

},
"gitHead": "ab5802488d627fee83c5de0715832736d5a278ef"
"gitHead": "ef9cb1dc63668dc49754c7bb063d9f4129aa234b"
}

@@ -363,19 +363,2 @@ import { Colors } from './Colors';

};
export declare type DrilldownGroupTheme = {
background: Colors['backgroundLightest'];
color: Colors['textDarkest'];
};
export declare type DrilldownHeaderTheme = {
background: Colors['backgroundLightest'];
color: Colors['textDarkest'];
};
export declare type DrilldownItemTheme = {
background: Colors['backgroundLightest'];
color: Colors['textDarkest'];
};
export declare type DrilldownSeparatorTheme = {
background: Colors['backgroundMedium'];
height: Border['widthSmall'];
margin: string | 0;
};
export declare type FileDropTheme = {

@@ -1328,10 +1311,2 @@ backgroundColor: Colors['backgroundLightest'];

Drilldown: DrilldownTheme;
DrilldownGroup: DrilldownGroupTheme;
'Drilldown.Group': DrilldownGroupTheme;
DrilldownHeader: DrilldownHeaderTheme;
'Drilldown.Header': DrilldownHeaderTheme;
DrilldownItem: DrilldownItemTheme;
'Drilldown.Item': DrilldownItemTheme;
DrilldownSeparator: DrilldownSeparatorTheme;
'Drilldown.Separator': DrilldownSeparatorTheme;
FileDrop: FileDropTheme;

@@ -1338,0 +1313,0 @@ Flex: FlexTheme;

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