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

bumbag-addon-highlighted-code

Package Overview
Dependencies
Maintainers
2
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bumbag-addon-highlighted-code - npm Package Compare versions

Comparing version 2.7.20 to 2.7.21

6

package.json
{
"name": "bumbag-addon-highlighted-code",
"version": "2.7.20",
"version": "2.7.21",
"description": "An accessible, composable, and friendly React UI Kit",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.7.20",
"bumbag": "^2.7.21",
"react-test-renderer": "16.8.6"

@@ -49,3 +49,3 @@ },

],
"gitHead": "c77a82e9c77a056534c8d91d6286d8d41e78340f"
"gitHead": "a7827a93426201c57ff9d5eda97da417fe0312f4"
}

@@ -6,3 +6,3 @@ import { Flexible } from './utils';

export declare type Breakpoint = Flexible<'fullHD' | 'widescreen' | 'desktop' | 'tablet' | 'mobile', string>;
export declare type ColumnSpread = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
export declare type ColumnSpread = Flexible<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, number>;
export declare type ColumnSpreadOffset = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 'left' | 'both' | 'right';

@@ -9,0 +9,0 @@ export declare type GradientDirection = 'top' | 'left' | 'right' | 'bottom' | 'top left' | 'top right' | 'bottom left' | 'bottom right';

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