Socket
Socket
Sign inDemoInstall

@looker/design-tokens

Package Overview
Dependencies
103
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.3.0-alpha.0

58

CHANGELOG.md

@@ -6,16 +6,8 @@ # Change Log

# [2.2.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.2.0-alpha.1...@looker/design-tokens@2.2.0) (2021-08-16)
# [2.3.0-alpha.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.2.0...@looker/design-tokens@2.3.0-alpha.0) (2021-08-23)
**Note:** Version bump only for package @looker/design-tokens
# [2.2.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.2.0-alpha.0...@looker/design-tokens@2.2.0-alpha.1) (2021-08-13)
### Features
* Ripple effect ([#2720](https://github.com/looker-open-source/components/issues/2720)) ([2e4dc3c](https://github.com/looker-open-source/components/commit/2e4dc3c85c81902a2573a023b5c85f8d5409fff1))
* **IconButton:** Add ripple effect ([#2721](https://github.com/looker-open-source/components/issues/2721)) ([582c37a](https://github.com/looker-open-source/components/commit/582c37a429285a07ccaa6981947e76a908d454b0))

@@ -26,3 +18,3 @@

# [2.2.0-alpha.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.1.0...@looker/design-tokens@2.2.0-alpha.0) (2021-08-11)
# [2.2.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.2.0-alpha.1...@looker/design-tokens@2.2.0) (2021-08-16)

@@ -32,57 +24,17 @@

* Ripple effect ([#2720](https://github.com/looker-open-source/components/issues/2720)) ([2e4dc3c](https://github.com/looker-open-source/components/commit/2e4dc3c85c81902a2573a023b5c85f8d5409fff1))
* Add new elevation values ([#2716](https://github.com/looker-open-source/components/issues/2716)) ([7ee921e](https://github.com/looker-open-source/components/commit/7ee921ec520da10972224807e63374e28395d01b))
* Leverage new theme.elevations instead of theme.shadows ([#2723](https://github.com/looker-open-source/components/issues/2723)) ([33eff32](https://github.com/looker-open-source/components/commit/33eff32a08892e3cc60e725a3604b500bf631672))
* Leverage uX theme.space unit notation within library ([#2724](https://github.com/looker-open-source/components/issues/2724)) ([e1bcefb](https://github.com/looker-open-source/components/commit/e1bcefbc5ceb0bc7129a1a86a16f432210c0f15a))
* **design-tokens:** Create new unit-based spacing tokens to represent new design system values ([#2661](https://github.com/looker-open-source/components/issues/2661)) ([9ae1a20](https://github.com/looker-open-source/components/commit/9ae1a20d9bd47f268a37066e8a1303dce88b3769))
* Create new unit-based spacing tokens to represent new design system values ([#2661](https://github.com/looker-open-source/components/issues/2661)) ([9ae1a20](https://github.com/looker-open-source/components/commit/9ae1a20d9bd47f268a37066e8a1303dce88b3769))
# [2.1.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.1.0-alpha.1...@looker/design-tokens@2.1.0) (2021-07-26)
**Note:** Version bump only for package @looker/design-tokens
# [2.1.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.0.0...@looker/design-tokens@2.1.0-alpha.1) (2021-07-24)
### Bug Fixes
* move lodash to peer dependencies ([#2580](https://github.com/looker-open-source/components/issues/2580)) ([a1a94a3](https://github.com/looker-open-source/components/commit/a1a94a3f501b481aaf73ec5305123965853cc508)), closes [/github.com/looker-open-source/components/blame/12658bddd81bf4dc1625865de424cc674ea07e1c/packages/components/README.md#L15](https://github.com//github.com/looker-open-source/components/blame/12658bddd81bf4dc1625865de424cc674ea07e1c/packages/components/README.md/issues/L15)
* **CardContent:** Properly absorb padding (pN) values ([#2494](https://github.com/looker-open-source/components/issues/2494)) ([148cd49](https://github.com/looker-open-source/components/commit/148cd4945be2bf4dffb91458a2f1761d6c54d6cd))
### Features
* **ComponentsProvider:** ThemeCustomizations should support overloading fontSources ([#2641](https://github.com/looker-open-source/components/issues/2641)) ([9dd88e7](https://github.com/looker-open-source/components/commit/9dd88e733af0ac726b924827934457c62ad2ecac))
* Consistently support props across "Semantic Layout" components as well as `Grid` ([#2596](https://github.com/looker-open-source/components/issues/2596)) ([227eda3](https://github.com/looker-open-source/components/commit/227eda35b5977abb398dc1be3822a6ed76ecad49))
* **Tree:** Add virtualization support ([#2481](https://github.com/looker-open-source/components/issues/2481)) ([dc2619d](https://github.com/looker-open-source/components/commit/dc2619d0fb541925cd1d5312ea4d04979e34edf6))
# [2.1.0-alpha.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.0.0...@looker/design-tokens@2.1.0-alpha.0) (2021-07-23)
### Bug Fixes
* move lodash to peer dependencies ([#2580](https://github.com/looker-open-source/components/issues/2580)) ([a1a94a3](https://github.com/looker-open-source/components/commit/a1a94a3f501b481aaf73ec5305123965853cc508)), closes [/github.com/looker-open-source/components/blame/12658bddd81bf4dc1625865de424cc674ea07e1c/packages/components/README.md#L15](https://github.com//github.com/looker-open-source/components/blame/12658bddd81bf4dc1625865de424cc674ea07e1c/packages/components/README.md/issues/L15)
* **CardContent:** Properly absorb padding (pN) values ([#2494](https://github.com/looker-open-source/components/issues/2494)) ([148cd49](https://github.com/looker-open-source/components/commit/148cd4945be2bf4dffb91458a2f1761d6c54d6cd))
### Features
* **ComponentsProvider:** ThemeCustomizations should support overloading fontSources ([#2641](https://github.com/looker-open-source/components/issues/2641)) ([9dd88e7](https://github.com/looker-open-source/components/commit/9dd88e733af0ac726b924827934457c62ad2ecac))
* Consistently support props across "Semantic Layout" components as well as `Grid` ([#2596](https://github.com/looker-open-source/components/issues/2596)) ([227eda3](https://github.com/looker-open-source/components/commit/227eda35b5977abb398dc1be3822a6ed76ecad49))
* **Tree:** Add virtualization support ([#2481](https://github.com/looker-open-source/components/issues/2481)) ([dc2619d](https://github.com/looker-open-source/components/commit/dc2619d0fb541925cd1d5312ea4d04979e34edf6))
# [2.0.0](https://github.com/looker-open-source/components/compare/@looker/design-tokens@2.0.0-alpha.1...@looker/design-tokens@2.0.0) (2021-06-22)

@@ -89,0 +41,0 @@

3

lib/cjs/theme/theme.js

@@ -8,4 +8,2 @@ "use strict";

var _styledComponents = require("styled-components");
var _color = require("../color");

@@ -23,2 +21,3 @@

defaults: {
brandAnimation: false,
density: 0

@@ -25,0 +24,0 @@ },

@@ -1,2 +0,2 @@

import { Colors } from './types';
import type { Colors } from './types';
export declare const colors: Colors;

@@ -1,3 +0,3 @@

import { CoreColors, IntentColors } from './types';
import type { CoreColors, IntentColors } from './types';
export declare const defaultCoreColors: CoreColors;
export declare const defaultIntentColors: IntentColors;

@@ -1,2 +0,2 @@

import { SpecifiableColors } from './types';
import type { SpecifiableColors } from './types';
export declare const defaultSpecifiableColors: SpecifiableColors;

@@ -1,3 +0,3 @@

import { BlendColors, StatefulColors } from './types';
import type { BlendColors, StatefulColors } from './types';
export declare const fallbackBlends: BlendColors;
export declare const fallbackStateful: StatefulColors;

@@ -1,2 +0,2 @@

import { SpecifiableTextColors } from './specifiable';
import type { SpecifiableTextColors } from './specifiable';
interface HighlightColors {

@@ -3,0 +3,0 @@ informAccent: string;

@@ -1,5 +0,5 @@

import { BlendColors } from './blends';
import { StatefulColors } from './stateful';
import { SpecifiableColors, TextColor } from './specifiable';
import { DerivativeColors } from './derivative';
import type { BlendColors } from './blends';
import type { StatefulColors } from './stateful';
import type { SpecifiableColors, TextColor } from './specifiable';
import type { DerivativeColors } from './derivative';
export declare type Colors = SpecifiableColors & DerivativeColors & BlendColors & StatefulColors;

@@ -6,0 +6,0 @@ export declare type TextColors = TextColor;

@@ -1,2 +0,2 @@

import { Colors } from '../';
import type { Colors } from '../';
export declare type ColorKey = {

@@ -3,0 +3,0 @@ [key: string]: string;

@@ -1,2 +0,2 @@

import { BlendColors, SpecifiableColors } from '../types';
import type { BlendColors, SpecifiableColors } from '../types';
export declare const generateBlendColors: ({ background, text, }: SpecifiableColors) => BlendColors;

@@ -1,2 +0,2 @@

import { Colors, SpecifiableColors } from '../types';
import type { Colors, SpecifiableColors } from '../types';
export declare const generateColors: (themeColors: SpecifiableColors, customColors?: Partial<SpecifiableColors> | undefined) => Colors;

@@ -1,2 +0,2 @@

import { BlendColors, DerivativeColors, SpecifiableColors } from '../types';
import type { BlendColors, DerivativeColors, SpecifiableColors } from '../types';
export declare const generateDerivativeColors: ({ background, inform, link, positive, text, warn, title, body, }: SpecifiableColors, { text5 }: BlendColors) => DerivativeColors;

@@ -1,3 +0,3 @@

import { StatefulColors, StatefulColorChoices, SpecifiableColors, DerivativeColors } from '../types';
import { ExtendedStateColors } from '../types/stateful';
import type { StatefulColors, StatefulColorChoices, SpecifiableColors, DerivativeColors } from '../types';
import type { ExtendedStateColors } from '../types/stateful';
export declare const generateInteractive: (color: string) => string;

@@ -4,0 +4,0 @@ export declare const generatePressed: (color: string) => string;

@@ -1,3 +0,3 @@

import { UIColorLevels } from '../blendPoints';
import { IntentColors } from '../types';
import type { UIColorLevels } from '../blendPoints';
import type { IntentColors } from '../types';
export declare const intentUIBlend: (intent: keyof IntentColors | 'key' | 'neutral', level: UIColorLevels) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;

@@ -1,2 +0,2 @@

import { Colors } from '../types';
import type { Colors } from '../types';
export declare const pickSpecifiableColors: (colors: Colors) => Pick<Colors, keyof import("../types").CoreColors | keyof import("../types").IntentColors | keyof import("../types/specifiable").SpecifiableTextColors>;

@@ -1,3 +0,3 @@

import { Elevations } from './types';
import type { Elevations } from './types';
export { Elevations } from './types';
export declare const elevations: Elevations;

@@ -1,2 +0,2 @@

import { SpaceRamp, UnitRamp } from './types';
import type { SpaceRamp, UnitRamp } from './types';
export { LegacySpaceRamp, SpaceRamp, SpacingSizes, UnitSizes, UnitRamp, } from './types';

@@ -3,0 +3,0 @@ export type { SpaceProps } from 'styled-system';

@@ -1,3 +0,3 @@

import { SizeNone, SizeXXXSmall, SizeXXSmall, SizeXSmall, SizeSmall, SizeMedium, SizeLarge, SizeXLarge, SizeXXLarge, SizeXXXLarge, SizeXXXXLarge } from '../system/size';
import { Unit0, Unit05, Unit1, Unit10, Unit11, Unit12, Unit13, Unit14, Unit15, Unit16, Unit2, Unit3, Unit4, Unit5, Unit6, Unit7, Unit8, Unit9 } from './units';
import type { SizeNone, SizeXXXSmall, SizeXXSmall, SizeXSmall, SizeSmall, SizeMedium, SizeLarge, SizeXLarge, SizeXXLarge, SizeXXXLarge, SizeXXXXLarge } from '../system/size';
import type { Unit0, Unit05, Unit1, Unit10, Unit11, Unit12, Unit13, Unit14, Unit15, Unit16, Unit2, Unit3, Unit4, Unit5, Unit6, Unit7, Unit8, Unit9 } from './units';
export declare type LegacySpacingSizes = SizeNone | SizeXXXSmall | SizeXXSmall | SizeXSmall | SizeSmall | SizeMedium | SizeLarge | SizeXLarge | SizeXXLarge | SizeXXXLarge | SizeXXXXLarge;

@@ -4,0 +4,0 @@ export declare type UnitSizes = Unit0 | Unit05 | Unit1 | Unit2 | Unit3 | Unit4 | Unit5 | Unit6 | Unit7 | Unit8 | Unit9 | Unit10 | Unit11 | Unit12 | Unit13 | Unit14 | Unit15 | Unit16;

@@ -1,2 +0,2 @@

import { Property } from 'csstype';
import type { Property } from 'csstype';
export interface CursorProps {

@@ -3,0 +3,0 @@ cursor?: Property.Cursor;

@@ -1,2 +0,2 @@

import { HTMLProps } from 'react';
import type { HTMLProps } from 'react';
export { border, borderRadius, boxShadow, backgroundPosition, color, display, flexbox, fontSize, fontFamily, fontWeight, lineHeight, letterSpacing, fontStyle, height, layout, maxWidth, minWidth, overflow, padding, position, space, size, system, textAlign, typography, variant, verticalAlign, width, } from 'styled-system';

@@ -3,0 +3,0 @@ export type { BackgroundColorProps, BackgroundPositionProps, BorderProps, BorderRadiusProps, BoxShadowProps, DisplayProps, FlexboxProps, HeightProps, LayoutProps, MaxHeightProps, MaxWidthProps, MinWidthProps, OpacityProps, OverflowProps, PaddingProps, PositionProps, ResponsiveValue, SizeProps, VerticalAlignProps, WidthProps, } from 'styled-system';

@@ -1,3 +0,3 @@

import { SizeLarge, SizeMedium, SizeNone, SizeSmall, SizeXSmall } from './size';
import type { SizeLarge, SizeMedium, SizeNone, SizeSmall, SizeXSmall } from './size';
export declare type RadiusSizes = SizeNone | SizeXSmall | SizeSmall | SizeMedium | SizeLarge;
export declare type Radii = Record<RadiusSizes, string>;

@@ -1,2 +0,2 @@

import { ResponsiveValue } from 'styled-system';
import type { ResponsiveValue } from 'styled-system';
declare type Body = 'body';

@@ -3,0 +3,0 @@ declare type Brand = 'brand';

@@ -1,3 +0,3 @@

import { ResponsiveValue } from 'styled-system';
import { SizeLarge, SizeMedium, SizeSmall, SizeXLarge, SizeXSmall, SizeXXLarge, SizeXXSmall, SizeXXXLarge, SizeXXXXLarge, SizeXXXXXLarge } from '../size';
import type { ResponsiveValue } from 'styled-system';
import type { SizeLarge, SizeMedium, SizeSmall, SizeXLarge, SizeXSmall, SizeXXLarge, SizeXXSmall, SizeXXXLarge, SizeXXXXLarge, SizeXXXXXLarge } from '../size';
export declare type FontSizes = SizeXXSmall | SizeXSmall | SizeSmall | SizeMedium | SizeLarge | SizeXLarge | SizeXXLarge | SizeXXXLarge | SizeXXXXLarge | SizeXXXXXLarge;

@@ -4,0 +4,0 @@ export declare type FontSizeRamp = Record<FontSizes, string>;

@@ -1,2 +0,2 @@

import { ResponsiveValue } from 'styled-system';
import type { ResponsiveValue } from 'styled-system';
export declare type Normal = 'normal';

@@ -3,0 +3,0 @@ export declare type Medium = 'medium';

@@ -1,6 +0,6 @@

import { LetterSpacingProps, FontStyleProps, TextAlignProps } from 'styled-system';
import { FontFamilyProps } from './font_families';
import { FontSizeProps } from './font_sizes';
import { FontWeightProps } from './font_weights';
import { LineHeightProps } from './line_heights';
import type { LetterSpacingProps, FontStyleProps, TextAlignProps } from 'styled-system';
import type { FontFamilyProps } from './font_families';
import type { FontSizeProps } from './font_sizes';
import type { FontWeightProps } from './font_weights';
import type { LineHeightProps } from './line_heights';
export declare const densityTarget = "2.25rem";

@@ -7,0 +7,0 @@ export type { FontFamilies, FontFamilyChoices, FontFamilyFallbacks, FontFamilyProps, } from './font_families';

@@ -1,3 +0,3 @@

import { ResponsiveValue } from 'styled-system';
import { FontSizes } from './font_sizes';
import type { ResponsiveValue } from 'styled-system';
import type { FontSizes } from './font_sizes';
export declare type LineHeights = FontSizes;

@@ -4,0 +4,0 @@ export declare type LineHeightRamp = Record<LineHeights, string>;

@@ -1,2 +0,2 @@

import { Property } from 'csstype';
import type { Property } from 'csstype';
export interface TextTransformProps {

@@ -3,0 +3,0 @@ textTransform?: Property.TextTransform;

@@ -1,2 +0,2 @@

import { Property } from 'csstype';
import type { Property } from 'csstype';
export interface UserSelectProps {

@@ -3,0 +3,0 @@ userSelect?: Property.UserSelect;

@@ -1,6 +0,6 @@

import { DefaultTheme } from 'styled-components';
import { Colors } from '../color';
import { Elevations } from '../elevation';
import { SpaceRamp } from '../space';
import { Easings, FontFamilyChoices, FontSizeRamp, FontWeightRamp, LineHeightRamp, Radii, SizeRamp, Shadows, TransitionRamp, FontSources, DensityRamp } from '../system';
import type { DefaultTheme } from 'styled-components';
import type { Colors } from '../color';
import type { Elevations } from '../elevation';
import type { SpaceRamp } from '../space';
import type { Easings, FontFamilyChoices, FontSizeRamp, FontWeightRamp, LineHeightRamp, Radii, SizeRamp, Shadows, TransitionRamp, FontSources, DensityRamp } from '../system';
export interface Theme {

@@ -23,2 +23,3 @@ breakpoints: string[];

defaults: {
brandAnimation: boolean;
density: DensityRamp;

@@ -25,0 +26,0 @@ };

@@ -1,2 +0,1 @@

import { DefaultTheme } from 'styled-components';
import { colors } from '../color';

@@ -10,2 +9,3 @@ import { elevations } from '../elevation';

defaults: {
brandAnimation: false,
density: 0

@@ -12,0 +12,0 @@ },

@@ -1,3 +0,3 @@

import { SpecifiableColors } from '../color';
import { FontFamilyChoices, FontSources } from '../system';
import type { SpecifiableColors } from '../color';
import type { FontFamilyChoices, FontSources } from '../system';
export interface ThemeCustomizations {

@@ -4,0 +4,0 @@ colors?: Partial<SpecifiableColors>;

@@ -1,3 +0,3 @@

import { Theme } from '../theme';
import { ThemeCustomizations } from '../ThemeCustomizations';
import type { Theme } from '../theme';
import type { ThemeCustomizations } from '../ThemeCustomizations';
export declare const generateTheme: (theme: Theme, customizations?: ThemeCustomizations | undefined) => Theme;

@@ -1,2 +0,2 @@

import { Easings } from '../system';
import type { Easings } from '../system';
export declare const easings: Easings;

@@ -1,2 +0,2 @@

import { Radii } from '../system';
import type { Radii } from '../system';
export declare const radii: Radii;

@@ -1,2 +0,2 @@

import { Shadows } from '../system';
import type { Shadows } from '../system';
export declare const shadows: Shadows;

@@ -1,2 +0,2 @@

import { SizeRamp } from '../system';
import type { SizeRamp } from '../system';
export declare const sizes: SizeRamp;

@@ -1,2 +0,2 @@

import { TransitionRamp } from '../system';
import type { TransitionRamp } from '../system';
export declare const transitions: TransitionRamp;

@@ -1,4 +0,4 @@

import { FontFamilyChoices, FontFamilyFallbacks } from '../../system';
import type { FontFamilyChoices, FontFamilyFallbacks } from '../../system';
export declare const defaultFontFallbacks: FontFamilyFallbacks;
export declare const defaultFonts: FontFamilyChoices;
export declare const fontFamilies: FontFamilyChoices;

@@ -1,2 +0,2 @@

import { FontSizeRamp } from '../../system';
import type { FontSizeRamp } from '../../system';
export declare const fontSizes: FontSizeRamp;

@@ -1,2 +0,2 @@

import { FontWeightRamp } from '../../system';
import type { FontWeightRamp } from '../../system';
export declare const fontWeights: FontWeightRamp;

@@ -1,2 +0,2 @@

import { LineHeightRamp } from '../../system';
import type { LineHeightRamp } from '../../system';
export declare const lineHeights: LineHeightRamp;

@@ -1,4 +0,4 @@

import { Keyframes } from 'styled-components';
import type { Keyframes } from 'styled-components';
export declare const fadeIn: Keyframes;
export declare const fadeOut: Keyframes;
export declare const quarterFade: Keyframes;

@@ -1,2 +0,2 @@

import { ExtendedStatefulColor } from '../color/types/stateful';
import type { ExtendedStatefulColor } from '../color/types/stateful';
export declare const buttonShadow: (color?: ExtendedStatefulColor) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;

@@ -3,0 +3,0 @@ export declare const iconButtonColorDerivation: () => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;

@@ -1,2 +0,2 @@

import { PaddingProps } from '../system';
import type { PaddingProps } from '../system';
export declare const paddingDefaultsHelper: (props: PaddingProps, defaults: PaddingProps) => {

@@ -3,0 +3,0 @@ pb: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;

@@ -1,3 +0,3 @@

import { FontFamilyChoices } from '../../system';
import { FontFamilyFallbacks } from '../../system/typography/font_families';
import type { FontFamilyChoices } from '../../system';
import type { FontFamilyFallbacks } from '../../system/typography/font_families';
export declare const generateFontFamilies: (defaultFonts: FontFamilyChoices, fallbacks: FontFamilyFallbacks, customFonts?: Partial<FontFamilyChoices> | undefined) => FontFamilyChoices;

@@ -1,2 +0,2 @@

import { Theme } from '../../theme';
import type { Theme } from '../../theme';
interface GoogleFontSpecification {

@@ -3,0 +3,0 @@ family: string;

{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "2.2.0",
"version": "2.3.0-alpha.0",
"main": "lib/cjs/index.js",

@@ -45,3 +45,3 @@ "module": "lib/index.js",

},
"gitHead": "beb9dfb4f071609a19d5885cddb0be24cfac6974"
"gitHead": "a68209108597bb0c6fbe4199aa0dace7b037795c"
}

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc