react-svg-worldmap
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
{ | ||
"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)" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2
0
100
Yes
577745
5
41
1791
1
0
+ Addedd3-geo@^3.0.1
+ Addedreact-path-tooltip@^1.0.17
+ Addedtslib@^2.4.0
+ Addedd3-array@3.2.4(transitive)
+ Addedd3-geo@3.1.1(transitive)
+ Addedinternmap@2.0.3(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-path-tooltip@1.0.25(transitive)
+ Addedscheduler@0.25.0(transitive)
+ Addedtslib@2.8.1(transitive)