@toast-ui/editor-plugin-chart
Advanced tools
Comparing version 1.0.0 to 3.0.0-alpha.0
{ | ||
"name": "@toast-ui/editor-plugin-chart", | ||
"version": "1.0.0", | ||
"version": "3.0.0-alpha.0", | ||
"description": "TOAST UI Editor : Chart Plugin", | ||
@@ -15,6 +15,8 @@ "keywords": [ | ||
"main": "dist/toastui-editor-plugin-chart.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"dist/*.js", | ||
"index.d.ts" | ||
"types/index.d.ts" | ||
], | ||
"browserslist": "last 2 versions, not ie <= 10", | ||
"author": "NHN FE Development Lab <dl_javascript@nhn.com>", | ||
@@ -31,41 +33,19 @@ "license": "MIT", | ||
"homepage": "https://ui.toast.com", | ||
"browserslist": "last 2 versions, not ie <= 10", | ||
"scripts": { | ||
"test": "karma start --no-single-run", | ||
"test:ne": "cross-env KARMA_SERVER=ne karma start", | ||
"serve": "webpack-dev-server", | ||
"build:cdn": "webpack --mode=production --cdn & webpack --mode=production --cdn --minify", | ||
"build": "webpack --mode=production && npm run build:cdn" | ||
"lint": "eslint .", | ||
"test:types": "tsc", | ||
"test": "jest --watch", | ||
"serve": "snowpack dev", | ||
"serve:ie": "webpack serve", | ||
"build:cdn": "webpack build --env cdn & webpack build --env cdn minify", | ||
"build": "webpack build && npm run build:cdn" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/preset-env": "^7.7.7", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"cross-env": "^6.0.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-config-tui": "^3.0.0", | ||
"eslint-loader": "^3.0.3", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"jasmine-core": "^3.5.0", | ||
"karma": "^4.4.1", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage-istanbul-reporter": "^2.1.1", | ||
"karma-jasmine": "^3.1.0", | ||
"karma-jasmine-ajax": "^0.1.13", | ||
"karma-jasmine-jquery": "^0.1.1", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webdriver-launcher": "github:nhn/karma-webdriver-launcher#v1.2.0", | ||
"karma-webpack": "^4.0.2", | ||
"prettier": "^1.19.1", | ||
"terser-webpack-plugin": "^2.3.1", | ||
"tui-code-snippet": "^2.3.1", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.10.1" | ||
"buffer": "^6.0.3", | ||
"jest-canvas-mock": "^2.3.1", | ||
"os-browserify": "^0.3.0", | ||
"stream-browserify": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"tui-chart": "^3.10.1" | ||
"@toast-ui/chart": "^4.1.4" | ||
}, | ||
@@ -72,0 +52,0 @@ "publishConfig": { |
@@ -135,3 +135,3 @@ # TOAST UI Editor : Chart Plugin | ||
<!-- Editor --> | ||
<script src="https://uicdn.toast.com/editor/latest/toastui-editor.min.js"></script> | ||
<script src="https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js"></script> | ||
<!-- Editor's Plugin --> | ||
@@ -138,0 +138,0 @@ <script src="https://uicdn.toast.com/editor-plugin-chart/latest/toastui-editor-plugin-chart.min.js"></script> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
261707
4
7062
0
1
1
+ Added@toast-ui/chart@^4.1.4
+ Added@toast-ui/chart@4.6.1(transitive)
- Removedtui-chart@^3.10.1
- Removedcore-js@3.39.0(transitive)
- Removedtui-chart@3.11.3(transitive)
- Removedtui-code-snippet@2.3.3(transitive)