@equinor/fusion-components
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,6 +0,6 @@ | ||
import React from "react"; | ||
import React from 'react'; | ||
declare type AppWrapperProps = { | ||
appKey: string; | ||
appKey?: string; | ||
}; | ||
declare const AppWrapper: React.FC<AppWrapperProps>; | ||
export default AppWrapper; |
import * as React from 'react'; | ||
export declare type TooltipPlacement = 'below' | 'above' | 'left' | 'right'; | ||
declare const _default: (content: String, placement?: "below" | "above" | "left" | "right", delay?: number | undefined) => React.MutableRefObject<any>; | ||
declare const _default: (content: String, placement?: TooltipPlacement, delay?: number | undefined) => React.MutableRefObject<any>; | ||
export default _default; |
{ | ||
"name": "@equinor/fusion-components", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Common react components used by fusion core and fusion apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
135
136340
972