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.6.0 to 0.7.0

31

dist/types/components/GridMap/index.d.ts

@@ -27,32 +27,3 @@ import { CommonProps, Coords, Datum, Value } from '@datalith/util';

export declare type GridMapProps = Props & CommonProps;
export declare const GridMap: {
new (props: Readonly<GridMapProps>): {
render(): JSX.Element;
context: any;
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<GridMapProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callBack?: (() => void) | undefined): void; /** Value Accessor */
readonly props: Readonly<GridMapProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
};
new (props: GridMapProps, context?: any): {
render(): JSX.Element;
context: any;
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<GridMapProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callBack?: (() => void) | undefined): void;
readonly props: Readonly<GridMapProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
};
defaultProps: Partial<GridMapProps>;
contextType?: React.Context<any> | undefined;
};
export declare const GridMap: React.ComponentType<Partial<Props>>;
export {};

2

dist/types/components/GridMapUs/index.d.ts

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

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

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

export declare class GridMapWorld extends React.Component<GridMapWorldProps> {
static defaultProps: Partial<GridMapProps>;
static defaultProps: Partial<Pick<GridMapProps, "projection" | "data" | "coords" | "value" | "side" | "stroke" | "fill" | "tooltip" | "customRender" | "className" | "style" | "defs" | "size">>;
render(): JSX.Element;
}
export {};
{
"name": "@datalith/gridmap",
"version": "0.6.0",
"version": "0.7.0",
"description": "datalith gridmap",

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

"dependencies": {
"@datalith/util": "^0.6.0",
"@datalith/util": "^0.7.0",
"@turf/flatten": "^5.1.5",

@@ -49,2 +49,3 @@ "d3-array": "^2.1.0",

"@types/lodash": "^4.14.123",
"@types/react": "^16.8.5",
"@types/react-tooltip": "^3.9.2",

@@ -64,3 +65,3 @@ "@types/topojson": "^3.2.2",

},
"gitHead": "3fbaeca39ac2ec36be1fc1a65d829dd577fa25aa"
"gitHead": "8bc3b1c6da2f4e255806d43d0102623d2c329d33"
}

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