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

binguru

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binguru - npm Package Compare versions

Comparing version 1.0.0-alpha.15.0 to 1.0.0-alpha.16.0

2

dist/index.amd.js

@@ -840,3 +840,3 @@ define(['exports', 'simple-statistics', 'nerdamer/nerdamer.core.js', 'nerdamer/Algebra.js', 'nerdamer/Calculus.js', 'nerdamer/Solve.js'], (function (exports, ss, nerdamer, Algebra_js, Calculus_js, Solve_js) { 'use strict';

obj["binCandidates"] = [];
binningMethods.forEach(function (binningMethod) {
Object.keys(binningMethodObjs).forEach(function (binningMethod) {
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey])));

@@ -843,0 +843,0 @@ });

@@ -844,3 +844,3 @@ (function (global, factory) {

obj["binCandidates"] = [];
binningMethods.forEach(function (binningMethod) {
Object.keys(binningMethodObjs).forEach(function (binningMethod) {
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey])));

@@ -847,0 +847,0 @@ });

{
"name": "binguru",
"version": "1.0.0-alpha.15.0",
"version": "1.0.0-alpha.16.0",
"description": "BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.",

@@ -5,0 +5,0 @@ "main": "dist/index.mjs",

@@ -1006,3 +1006,3 @@ /***********************************************************

binningMethods.forEach(function (binningMethod) {
Object.keys(binningMethodObjs).forEach(function (binningMethod) {
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey])));

@@ -1009,0 +1009,0 @@ });

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc