Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lunit/heatmap

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lunit/heatmap - npm Package Compare versions

Comparing version 0.2.6 to 1.0.1

2

package.json
{
"name": "@lunit/heatmap",
"version": "0.2.6",
"version": "1.0.1",
"description": "Heatmap Library",

@@ -5,0 +5,0 @@ "author": {

@@ -28,8 +28,11 @@ # Heatmap

<!-- import **/*.stories.{ts,tsx} --title-tag h3 -->
<h3>\_\_stories\_\_/HeatmapScaleSVGImage.stories.tsx</h3>
### \_\_stories\_\_/HeatmapScaleSVGImage.stories.tsx
```tsx
import { HeatmapScaleSVGImage } from '@lunit/heatmap';
import { number, withKnobs } from '@storybook/addon-knobs';
import { storiesOf } from '@storybook/react';
import React from 'react';
import { HeatmapScaleSVGImage } from '../components/HeatmapScaleSVGImage';

@@ -55,3 +58,7 @@ /**

```
<h3>\_\_stories\_\_/posMapToImageData.stories.tsx</h3>
### \_\_stories\_\_/posMapToImageData.stories.tsx
```tsx

@@ -98,8 +105,12 @@ import { posMapToImageData } from '@lunit/heatmap';

```
<h3>\_\_stories\_\_/useHeatmapScaleImageURI.stories.tsx</h3>
### \_\_stories\_\_/useHeatmapScaleImageURI.stories.tsx
```tsx
import { useHeatmapScaleImageURI } from '@lunit/heatmap';
import { number, withKnobs } from '@storybook/addon-knobs';
import { storiesOf } from '@storybook/react';
import React from 'react';
import { useHeatmapScaleImageURI } from '../hooks/useHeatmapScaleImageURI';

@@ -131,2 +142,3 @@ /**

```
<!-- importend -->

@@ -137,7 +149,8 @@

<!-- import __tests__/*.{ts,tsx} --title-tag h3 -->
<h3>\_\_tests\_\_/heatmap.test.ts</h3>
### \_\_tests\_\_/heatmap.test.ts
```ts
import { getAlpha } from '../draw/getAlpha';
import { getRGBAArray } from '../draw/getRGBAArray';
import { getRGBArray } from '../draw/getRGBArray';
import { getAlpha, getRGBAArray, getRGBArray } from '@lunit/heatmap';

@@ -177,2 +190,3 @@ describe('@lunit/heatmap', () => {

```
<!-- importend -->
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