@channel.io/design-system
Advanced tools
Comparing version 0.2.15 to 0.2.16
import React from 'react'; | ||
import 'prosemirror-view/style/prosemirror.css'; | ||
import EditorBuilder from './utils/EditorBuilder'; | ||
@@ -4,0 +3,0 @@ import { EditorProps, EditorRef } from './Editor.types'; |
import Overlay from './Overlay'; | ||
import OverlayPosition from './OverlayPosition'; | ||
import type OverlayPosition from './OverlayPosition'; | ||
import type OverlayProps from './Overlay.types'; | ||
export type { OverlayProps, }; | ||
export { Overlay, OverlayPosition, }; | ||
export type { OverlayProps, OverlayPosition, }; | ||
export { Overlay, }; |
@@ -14,2 +14,3 @@ export * from './components/Button'; | ||
export * from './components/Overlay'; | ||
export * from './components/Editor'; | ||
export * from './layout/GNB'; | ||
@@ -16,0 +17,0 @@ export * from './layout/Navigation'; |
{ | ||
"name": "@channel.io/design-system", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Design System by Channel", | ||
@@ -68,2 +68,5 @@ "repository": { | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-decorators": "^7.12.1", | ||
"@babel/plugin-transform-classes": "^7.12.1", | ||
"@babel/preset-env": "^7.10.4", | ||
@@ -106,2 +109,3 @@ "@babel/preset-react": "^7.10.4", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"babel-plugin-transform-imports": "^2.0.0", | ||
"babel-preset-react-app": "^9.1.2", | ||
@@ -108,0 +112,0 @@ "core-js": "^3.6.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
11275885
105109
0
1
67