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

@datalith/gridmap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datalith/gridmap - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

4

dist/components/GridMap/index.js

@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -11,0 +13,0 @@ function __() { this.constructor = d; }

@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -11,0 +13,0 @@ function __() { this.constructor = d; }

@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -11,0 +13,0 @@ function __() { this.constructor = d; }

@@ -7,5 +7,5 @@ import * as React from 'react';

export declare class GridMapUs extends React.Component<GridMapUsProps> {
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "fill" | "fillOpacity" | "stroke" | "strokeOpacity" | "tooltip" | "valueInactive" | "fillInactive" | "fillOpacityInactive" | "strokeInactive" | "strokeOpacityInactive" | "customRender" | "className" | "style" | "additionalElements" | "size">>;
static defaultProps: Partial<GridMapUsProps>;
render(): JSX.Element;
}
export {};

@@ -7,5 +7,5 @@ import * as React from 'react';

export declare class GridMapWorld extends React.Component<GridMapWorldProps> {
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "fill" | "fillOpacity" | "stroke" | "strokeOpacity" | "tooltip" | "valueInactive" | "fillInactive" | "fillOpacityInactive" | "strokeInactive" | "strokeOpacityInactive" | "customRender" | "className" | "style" | "additionalElements" | "size">>;
static defaultProps: Partial<GridMapWorldProps>;
render(): JSX.Element;
}
export {};
{
"name": "@datalith/gridmap",
"version": "0.12.0",
"version": "0.12.1",
"description": "datalith gridmap",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"dependencies": {
"@datalith/util": "^0.12.0",
"@datalith/util": "^0.12.1",
"@turf/flatten": "^5.1.5",

@@ -57,3 +57,3 @@ "d3-array": "^2.1.0",

"react-test-renderer": "^16.8.5",
"typescript": "^3.5.1"
"typescript": "^4.2.4"
},

@@ -65,4 +65,3 @@ "peerDependencies": {

"access": "public"
},
"gitHead": "de8bfa0ea4c418ed0d618640a324001482768757"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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