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

@easyv/utils

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/utils - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

0

index.js
export * from '@easyv/utils-reduce-config';
export * from './lib/Container';
export * from './lib/getColor';

@@ -0,0 +0,0 @@ "use strict";

8

lib/common/heatmap.js

@@ -208,4 +208,4 @@ "use strict";

/*,
TODO: rethink.
getValueAt: function(point) {
TODO: rethink.
getValueAt: function(point) {
var value;

@@ -216,3 +216,3 @@ var radius = 100;

var data = this._data;
if (data[x] && data[x][y]) {
if (data[x] && data[x][y]) {
return data[x][y];

@@ -226,3 +226,3 @@ } else {

var startY = y - distance;
for(var i = 0; i < neighbors; i++) {
for(var i = 0; i < neighbors; i++) {
for (var o = 0; o < neighbors; o++) {

@@ -229,0 +229,0 @@ if ((i == 0 || i == neighbors-1) || (o == 0 || o == neighbors-1)) {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -15,2 +15,5 @@ "use strict";

var result = 'linear-gradient(' + angle + 'deg, ';
stops.sort(function (a, b) {
return a.offset - b.offset;
});

@@ -17,0 +20,0 @@ for (var i = 0, j = stops.length; i < j; i++) {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@easyv/utils",
"version": "0.0.23",
"version": "0.0.24",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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