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

heatmap-values

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatmap-values - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

dist/index.d.ts

48

package.json
{
"name": "heatmap-values",
"version": "0.0.0",
"version": "1.0.0",
"description": "Generate heatmap with RGBA from pre-built or custom color scheme.",
"keywords": [
"heatmap",
"color-scheme",
"AI",
"machine-learning",
"class-activation-map",
"rgba",
"typescript",
"isomorphic",
"node.js",
"browsers",
"visualization",
"color-gradient"
],
"author": "Beeno Tung <aabbcc1241@yahoo.com.hk> (https://beeno-tung.surge.sh)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/beenotung/heatmap-values.git"
},
"homepage": "https://github.com/beenotung/heatmap-values#readme",
"bugs": {
"url": "https://github.com/beenotung/heatmap-values/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"example": "example"
},
"files": [
"dist"
],
"scripts": {
"dev": "esbuild example/demo.ts --bundle --outfile=example/demo.js --watch",
"test": "tsc --noEmit",

@@ -11,8 +44,5 @@ "clean": "rimraf dist",

},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.5.4",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",

@@ -22,7 +52,3 @@ "ts-node": "^10.9.2",

"typescript": "^5.6.2"
},
"types": "dist/index.d.ts",
"files": [
"dist"
]
}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc