New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flybywiresim/map

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flybywiresim/map - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

build/hooks/useInterval.d.ts

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"
}
}
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