@lunit/insight-viewer
Advanced tools
Comparing version 1.1.2 to 2.0.0-alpha
@@ -7,6 +7,9 @@ # Changelog | ||
## [1.1.2] - 2018-12-03 | ||
### Fixed | ||
- 뷰어에 할당된 imageId 삭제 시 state 초기값으로 변경되도록 수정 | ||
## [2.0.0-alpha] - 2018-12-18 | ||
### Added | ||
- AnnotationLayer 추가 | ||
### Changed | ||
- Hooks 도입, 대규모 리팩토링 | ||
## [1.1.1] - 2018-11-12 | ||
@@ -13,0 +16,0 @@ ### Fixed |
{ | ||
"name": "@lunit/insight-viewer", | ||
"version": "1.1.2", | ||
"version": "2.0.0-alpha", | ||
"description": "A React component for DICOM images", | ||
@@ -14,2 +14,6 @@ "author": { | ||
"jsnext:main": "dist/index.es.js", | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"scripts": { | ||
@@ -21,5 +25,3 @@ "test": "cross-env CI=1 react-scripts test --env=jsdom", | ||
"standard": "standard", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
"prepare": "yarn run build" | ||
}, | ||
@@ -30,44 +32,54 @@ "standard": { | ||
"dependencies": { | ||
"cornerstone-core": "^2.2.4", | ||
"cornerstone-wado-image-loader": "^2.1.4", | ||
"dicom-parser": "^1.7.6", | ||
"emotion": "^9.2.6", | ||
"immer": "^1.3.1", | ||
"react-emotion": "^9.2.6", | ||
"cornerstone-core": "^2.2.8", | ||
"cornerstone-wado-image-loader": "^2.2.3", | ||
"dicom-parser": "^1.8.3", | ||
"polygon": "^1.0.2", | ||
"react": "^16.7.0-alpha", | ||
"react-dom": "^16.7.0-alpha", | ||
"react-resize-detector": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1" | ||
"react": "^16.7.0-alpha", | ||
"react-dom": "^16.7.0-alpha" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.2.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-do-expressions": "^7.0.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.0.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/rollup": "^2.4.1", | ||
"babel-eslint": "^10.0.1", | ||
"cross-env": "^5.1.4", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^4.19.1", | ||
"eslint": "^5.0.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-config-standard-react": "^6.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-react": "^7.7.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"gh-pages": "^1.1.0", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-scripts": "^1.1.1", | ||
"rollup": "^0.54.0", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^8.2.1", | ||
"rollup-plugin-node-resolve": "^3.0.2", | ||
"rollup-plugin-peer-deps-external": "^2.0.0", | ||
"rollup-plugin-postcss": "^1.1.0", | ||
"rollup-plugin-url": "^1.3.0", | ||
"standard": "^12.0.1" | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^4.0.0", | ||
"eslint-plugin-react": "^7.10.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"gh-pages": "^1.2.0", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-babel": "^4.0.1", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-url": "^1.4.0" | ||
}, | ||
@@ -74,0 +86,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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 2 instances 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4038752
7
45865
39
2
17
17
+ Addedpolygon@^1.0.2
+ Addedreact@^16.7.0-alpha
+ Addedreact-dom@^16.7.0-alpha
+ Added2d-polygon-area@1.0.0(transitive)
+ Added2d-polygon-boolean@1.0.1(transitive)
+ Added2d-polygon-self-intersections@1.3.1(transitive)
+ Addedbinary-search-bounds@2.0.5(transitive)
+ Addedcircle2@1.1.1(transitive)
+ Addedcircumcenter@1.0.0(transitive)
+ Addeddup@1.0.0(transitive)
+ Addedexact-segment-intersect@2.0.0(transitive)
+ Addedfunctional-red-black-tree@1.0.1(transitive)
+ Addedline2@0.2.1(transitive)
+ Addedpoint-in-big-polygon@1.0.0(transitive)
+ Addedpolygon@1.0.2(transitive)
+ Addedrobust-compress@1.0.0(transitive)
+ Addedrobust-determinant@1.1.0(transitive)
+ Addedrobust-estimate-float@1.0.0(transitive)
+ Addedrobust-linear-solve@1.0.0(transitive)
+ Addedrobust-orientation@1.2.1(transitive)
+ Addedrobust-product@1.0.0(transitive)
+ Addedrobust-scale@1.0.2(transitive)
+ Addedrobust-segment-intersect@1.0.1(transitive)
+ Addedrobust-split@1.0.0(transitive)
+ Addedrobust-subtract@1.0.0(transitive)
+ Addedrobust-sum@1.0.0(transitive)
+ Addedsegseg@0.2.2(transitive)
+ Addedsignum@1.0.0(transitive)
+ Addedslab-decomposition@1.0.3(transitive)
+ Addedsubdivide-arc@1.0.1(transitive)
+ Addedtwo-product@1.0.2(transitive)
+ Addedtwo-sum@1.0.0(transitive)
+ Addedvec2@1.3.41.6.1(transitive)
- Removedemotion@^9.2.6
- Removedimmer@^1.3.1
- Removedreact-emotion@^9.2.6
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/generator@7.26.9(transitive)
- Removed@babel/helper-module-imports@7.25.9(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.9(transitive)
- Removed@babel/runtime@7.26.9(transitive)
- Removed@babel/template@7.26.9(transitive)
- Removed@babel/traverse@7.26.9(transitive)
- Removed@babel/types@7.26.9(transitive)
- Removed@emotion/babel-utils@0.6.10(transitive)
- Removed@emotion/hash@0.6.6(transitive)
- Removed@emotion/is-prop-valid@0.6.8(transitive)
- Removed@emotion/memoize@0.6.6(transitive)
- Removed@emotion/serialize@0.9.1(transitive)
- Removed@emotion/stylis@0.7.1(transitive)
- Removed@emotion/unitless@0.6.7(transitive)
- Removed@emotion/utils@0.8.2(transitive)
- Removed@jridgewell/gen-mapping@0.3.8(transitive)
- Removed@jridgewell/resolve-uri@3.1.2(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@jridgewell/trace-mapping@0.3.25(transitive)
- Removed@types/parse-json@4.0.2(transitive)
- Removedabbrev@1.1.1(transitive)
- Removedbabel-plugin-emotion@9.2.11(transitive)
- Removedbabel-plugin-macros@2.8.0(transitive)
- Removedbabel-plugin-syntax-jsx@6.18.0(transitive)
- Removedcallsites@3.1.0(transitive)
- Removedconvert-source-map@1.9.0(transitive)
- Removedcosmiconfig@6.0.0(transitive)
- Removedcreate-emotion@9.2.12(transitive)
- Removedcreate-emotion-styled@9.2.8(transitive)
- Removedcsstype@2.6.21(transitive)
- Removeddebug@4.4.0(transitive)
- Removedemotion@9.2.12(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedfind-root@1.1.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglobals@11.12.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedimmer@1.12.1(transitive)
- Removedimport-fresh@3.3.1(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedjsesc@3.1.0(transitive)
- Removedjson-parse-even-better-errors@2.3.1(transitive)
- Removedlines-and-columns@1.2.4(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedms@2.1.3(transitive)
- Removednopt@1.0.10(transitive)
- Removedparent-module@1.0.1(transitive)
- Removedparse-json@5.2.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedreact-emotion@9.2.12(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedresolve@1.22.10(transitive)
- Removedresolve-from@4.0.0(transitive)
- Removedsource-map@0.5.70.7.4(transitive)
- Removedstylis@3.5.4(transitive)
- Removedstylis-rule-sheet@0.0.10(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtouch@2.0.2(transitive)
- Removedyaml@1.10.2(transitive)
Updatedcornerstone-core@^2.2.8
Updateddicom-parser@^1.8.3