@flybywiresim/map
Advanced tools
Comparing version 0.4.2 to 0.5.0
108
package.json
{ | ||
"name": "@flybywiresim/map", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "FlyByWire Simulations live map", | ||
"author": "FlyByWire Simulations", | ||
"private": false, | ||
"license": "MIT", | ||
"keywords": [ | ||
"fs2020", | ||
"fbw" | ||
], | ||
"homepage": "https://github.com/flybywiresim/map#readme", | ||
"repository": { | ||
@@ -14,55 +21,60 @@ "type": "git", | ||
"files": [ | ||
"dist" | ||
"build" | ||
], | ||
"license": "MIT", | ||
"main": "dist/Map.js", | ||
"dependencies": { | ||
"main": "build/index.js", | ||
"module": "build/index.esm.js", | ||
"types": "build/index.d.ts", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"lint": "eslint src/**/*.{js,jsx,ts,tsx}", | ||
"lint:fix": "eslint src/**/*.{js,jsx,ts,tsx} --fix", | ||
"storybook": "start-storybook -p 6006", | ||
"storybook:export": "build-storybook", | ||
"generate": "node ./util/create-component", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.1", | ||
"react-dom": ">=17.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@flybywiresim/api-client": "^0.8.0", | ||
"@marfle/react-leaflet-nmscale": "^2.0.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-image": "^2.0.6", | ||
"@rollup/plugin-node-resolve": "^11.1.1", | ||
"@storybook/react": "^6.1.16", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
"@testing-library/react": "^11.2.5", | ||
"@types/jest": "^26.0.20", | ||
"@types/leaflet": "^1.5.19", | ||
"@types/react": "^17.0.1", | ||
"@types/react-dom": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.0", | ||
"@typescript-eslint/parser": "^4.14.0", | ||
"babel-loader": "^8.2.2", | ||
"babel-preset-react-app": "^10.0.0", | ||
"eslint": "^7.18.0", | ||
"eslint-plugin-react": "^7.22.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^26.6.3", | ||
"leaflet": "^1.7.1", | ||
"leaflet.polylinemeasure": "git+https://github.com/ppete2/Leaflet.PolylineMeasure.git", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-leaflet": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.8", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-react": "^7.12.7", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@testing-library/jest-dom": "^5.11.6", | ||
"@testing-library/react": "^11.2.0", | ||
"@testing-library/user-event": "^12.2.2", | ||
"@types/jest": "^26.0.15", | ||
"@types/leaflet": "^1.5.19", | ||
"@types/node": "^12.19.5", | ||
"@types/react": "^16.9.56", | ||
"@types/react-dom": "^16.9.9", | ||
"react-scripts": "4.0.0", | ||
"typescript": "4.0.5", | ||
"web-vitals": "^0.2.4", | ||
"eslint": "^7.13.0", | ||
"node-sass": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"build": "babel src/map --out-dir dist --extensions .tsx --copy-files && tsc" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
"node-sass": "^5.0.0", | ||
"postcss": "^8.2.4", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-leaflet": "^3.1.0", | ||
"rollup": "^2.38.4", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"sass-loader": "^10.1.1", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10585274
2
43152
0
1
0
36
21
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removed@flybywiresim/api-client@^0.8.0
- Removed@marfle/react-leaflet-nmscale@^2.0.0
- Removedleaflet@^1.7.1
- Removedleaflet.polylinemeasure@git+https://github.com/ppete2/Leaflet.PolylineMeasure.git
- Removedreact@^17.0.1
- Removedreact-dom@^17.0.1
- Removedreact-leaflet@^3.0.2
- Removed@flybywiresim/api-client@0.8.0(transitive)
- Removed@marfle/react-leaflet-nmscale@2.0.1(transitive)
- Removed@react-leaflet/core@1.1.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedleaflet@1.9.4(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedreact-leaflet@3.2.5(transitive)
- Removedscheduler@0.20.2(transitive)