bumbag-addon-highlighted-code
Advanced tools
Comparing version 2.7.20 to 2.7.21
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4726670
23680
1