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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
8
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/mapgl - npm Package Compare versions

Comparing version 1.33.1 to 1.34.0

59

package.json
{
"name": "@2gis/mapgl",
"version": "1.33.1",
"description": "MapGL API script loader with typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run build:loader",
"build:loader": "rm -rf dist | true && tsc -p tsconfig.build.json -d --outDir dist",
"build:example": "cd example && rm -rf dist && webpack --mode=production",
"clean": "rm -rf types dist"
},
"author": "",
"license": "BSD-2-Clause",
"files": [
"dist/*",
"types/**/*.d.ts",
"global.d.ts"
],
"devDependencies": {
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.6.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/geojson": "^7946.0.7"
}
"name": "@2gis/mapgl",
"version": "1.34.0",
"description": "MapGL API script loader with typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run build:loader",
"build:loader": "rm -rf dist | true && tsc -p tsconfig.build.json -d --outDir dist",
"build:example": "cd example && rm -rf dist && webpack --mode=production",
"clean": "rm -rf types dist"
},
"author": "",
"license": "BSD-2-Clause",
"files": [
"dist/*",
"types/**/*.d.ts",
"global.d.ts"
],
"devDependencies": {
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.6.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/geojson": "^7946.0.7"
},
"engines": {
"node": ">=16.0.0"
}
}
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