🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-jvectormap/core

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-jvectormap/core - npm Package Compare versions

Comparing version

to
1.0.4

2

dist/types.d.ts

@@ -328,3 +328,3 @@ /// <reference types="jquery" />

[key: string]: string;
} | number[];
} | number[] | string[];
declare type Values = {

@@ -331,0 +331,0 @@ [key: string]: string | number;

{
"name": "@react-jvectormap/core",
"version": "1.0.3",
"version": "1.0.4",
"description": "> TODO: description",

@@ -40,6 +40,6 @@ "author": "Mor Kadosh <kadoshms@gmail.com>",

"dependencies": {
"@react-jvectormap/lib": "^1.0.2",
"@react-jvectormap/lib": "^1.0.3",
"classnames": "^2.3.1"
},
"gitHead": "9225acd2432af3d5d5a4922e4dc6f630b30c5743"
"gitHead": "53a4ea6b33d647fef99940b044f140109fec0727"
}

@@ -352,3 +352,3 @@ import { CSSProperties, MutableRefObject, Ref } from "react";

type Scale = { [key: string]: string } | number[];
type Scale = { [key: string]: string } | number[] | string[];

@@ -355,0 +355,0 @@ type Values = { [key: string]: string | number };