New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@neuprint/miniroiheatmap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neuprint/miniroiheatmap - npm Package Compare versions

Comparing version

to
1.0.8

10

package.json
{
"name": "@neuprint/miniroiheatmap",
"version": "1.0.7",
"version": "1.0.8",
"description": "horizontal heatmaps showing ROI connectivity",

@@ -23,4 +23,4 @@ "author": "Jody Clements <jody@neomorphic.co.uk>",

"prebuild": "rimraf build",
"build": "NODE_ENV=production npx babel ./src --out-dir ./lib --ignore '**/*.test.jsx' --ignore '**/*.test.js'",
"dev": "NODE_ENV=development npx babel ./src --out-dir ./lib --ignore '**/*.test.jsx' --ignore '**/*.test.js' --source-maps --watch --verbose",
"build": "NODE_ENV=production babel ./src --out-dir ./lib --ignore '**/*.test.jsx' --ignore '**/*.test.js'",
"dev": "NODE_ENV=development babel ./src --out-dir ./lib --ignore '**/*.test.jsx' --ignore '**/*.test.js' --source-maps --watch --verbose",
"prepublishOnly": "npm run-script build"

@@ -34,3 +34,3 @@ },

"dependencies": {
"@neuprint/colorbox": "^1.1.1",
"@neuprint/colorbox": "^1.1.2",
"colormap": "^2.3.1"

@@ -45,3 +45,3 @@ },

},
"gitHead": "4c3024d618c8137b4837a95c037bbe6d50f4204e"
"gitHead": "01656f309935acece1faa26680c4825ad1e78298"
}

Sorry, the diff of this file is not supported yet