Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "dcmjs", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Javascript implementation of DICOM manipulation", | ||
@@ -12,2 +12,3 @@ "main": "build/dcmjs.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "npm run watch", | ||
"build": "npm run webpack:prod", | ||
@@ -31,19 +32,14 @@ "build:dev": "npm run webpack:dev", | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cornerstone-core": "^1.1.0", | ||
"cornerstone-math": "^0.1.6", | ||
"cornerstone-tools": "^1.0.3", | ||
"cornerstone-wado-image-loader": "^1.0.1", | ||
"hammerjs": "^2.0.8", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.2" | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"babel-loader": "^8.0.5", | ||
"uglifyjs-webpack-plugin": "^2.1.1", | ||
"webpack": "^4.29.0", | ||
"webpack-cli": "^3.2.1" | ||
}, | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"@babel/polyfill": "^7.2.5", | ||
"@babel/runtime": "^7.3.1", | ||
"loglevel": "^1.6.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
3453404
6
19
3240
+ Added@babel/polyfill@^7.2.5
+ Added@babel/runtime@^7.3.1
+ Added@babel/polyfill@7.12.1(transitive)
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.13.110.14.1(transitive)
- Removedbabel-polyfill@^6.26.0
- Removedbabel-runtime@^6.26.0
- Removedbabel-polyfill@6.26.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedregenerator-runtime@0.10.50.11.1(transitive)