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

react-svg-worldmap

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-svg-worldmap - npm Package Compare versions

Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6

dist/components/Frame.d.ts

53

package.json
{
"name": "react-svg-worldmap",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"license": "MIT",
"displayName": "React Worldmap",
"workspaces": [
"lib",
"website"
"description": "A pure react component to draw a map of world countries. Simple. Free.",
"exports": "./index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14.16"
},
"scripts": {
"build:package": "yarn workspace react-svg-worldmap build",
"build:website": "yarn workspace website build",
"build": "yarn build:package && yarn build:website",
"start:website": "yarn workspace website start",
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write .",
"format-check": "prettier --list-different .",
"typecheck": "yarn workspace website typecheck",
"spellcheck": "cspell \"**\" --no-progress",
"prepare": "husky install"
"build": "tsc",
"build:local": "yarn build && npm pack"
},
"dependencies": {
"d3-geo": "^3.0.1",
"react-path-tooltip": "^1.0.17",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"cspell": "^6.4.0",
"eslint": "^8.20.0",
"eslint-config-jc": "^2.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-config-jc": "^2.3.0",
"tsconfig-jc": "^2.3.0",
"typescript": "^4.7.4"
"@types/d3-geo": "^3.0.2",
"@types/geojson": "^7946.0.10"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16.0.0"
},
"authors": [

@@ -41,0 +34,0 @@ "yanivam (https://github.com/yanivam)"

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