Socket
Socket
Sign inDemoInstall

cornerstone-core

Package Overview
Dependencies
0
Maintainers
11
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.4 to 2.2.5

0

changelog.md

@@ -0,0 +0,0 @@ # Changelog

46

package.json
{
"name": "cornerstone-core",
"version": "2.2.4",
"version": "2.2.5",
"description": "HTML5 Medical Image Viewer Component",
"main": "./dist/cornerstone.min.js",
"main": "./dist/cornerstone.js",
"keywords": [

@@ -14,3 +14,3 @@ "DICOM",

"license": "MIT",
"module": "src/index.js",
"module": "./dist/cornerstone.js",
"repository": {

@@ -35,2 +35,3 @@ "type": "git",

"start": "npm run webpack",
"start:dev": "webpack-dev-server --config ./config/webpack/webpack-dev",
"test": "npm run test:chrome",

@@ -49,12 +50,12 @@ "test:all": "npm run test:chrome && npm run test:firefox",

"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"docdash": "^0.4.0",
"documentation": "^6.1.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.10.0",
"coveralls": "^3.0.2",
"docdash": "^1.0.0",
"documentation": "^8.1.2",
"eslint": "^5.5.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"gitbook-plugin-edit-link": "^2.0.2",

@@ -67,16 +68,17 @@ "gitbook-plugin-ga": "^2.0.0",

"jsdoc": "^3.5.5",
"karma": "^2.0.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^3.0.0",
"lodash": "~4.17.5",
"mocha": "^5.0.5",
"puppeteer": "^1.2.0",
"karma-webpack": "3.0.0",
"lodash": "~4.17.10",
"mocha": "^5.2.0",
"opn-cli": "^3.1.0",
"shx": "^0.2.2",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
"puppeteer": "^1.8.0",
"shx": "^0.3.2",
"uglifyjs-webpack-plugin": "^2.0.0",
"webpack": "^4.17.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},

@@ -83,0 +85,0 @@ "files": [

@@ -37,4 +37,4 @@ [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]

* [cornerstone.js](https://unpkg.com/cornerstone-core)
* `https://unpkg.com/cornerstone-core`
* [cornerstone.js](https://unpkg.com/cornerstone-core/dist/cornerstone.js)
* `https://unpkg.com/cornerstone-core/dist/cornerstone.js`
* [cornerstone.min.js](https://unpkg.com/cornerstone-core/dist/cornerstone.min.js)

@@ -71,4 +71,6 @@ * `https://unpkg.com/cornerstone-core/dist/cornerstone.min.js`

[Build System](docs/building.md)
[Installation](docs/installation.md)
[Developer Guide](docs/developer-guide.md)
[View the wiki for documentation on the concepts and APIs](https://github.com/cornerstonejs/cornerstone/wiki)

@@ -75,0 +77,0 @@

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc