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

terra-draw

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-draw - npm Package Compare versions

Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.14

logo.png

20

CHANGELOG.md

@@ -5,2 +5,22 @@ # Changelog

### [0.0.1-alpha.14](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.13...v0.0.1-alpha.14) (2023-01-08)
### Features
* add clear to the public API ([6a8fa72](https://github.com/JamesLMilner/terra-draw/commit/6a8fa722b52047bdf7bc4cfb42d1432eaf7ff038))
### Bug Fixes
* ensure that terra draw is enabled before calling setMode ([deff0fb](https://github.com/JamesLMilner/terra-draw/commit/deff0fb34888fd8a36778254ed8448e7711abdb8))
* make sure circle mode respects configured coordinate precision ([cba0aa7](https://github.com/JamesLMilner/terra-draw/commit/cba0aa73d2d623f53b66e2d503077519f920dc96))
### Chore
* add npm badge to README, shorten CI badge text ([e9d7b66](https://github.com/JamesLMilner/terra-draw/commit/e9d7b6611f7b342d2dc65a381f940babcea4f889))
* bump dependency packages ([a7a2bcf](https://github.com/JamesLMilner/terra-draw/commit/a7a2bcfdee6c9da773f4cf973c7f342f75822a12))
* fix the README logo ([b48d6d7](https://github.com/JamesLMilner/terra-draw/commit/b48d6d7d4da0dbc43da86bf43d08bc17c1463073))
### [0.0.1-alpha.13](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.12...v0.0.1-alpha.13) (2022-12-20)

@@ -7,0 +27,0 @@

18

package.json
{
"name": "terra-draw",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"description": "Frictionless map drawing across mapping provider",

@@ -53,3 +53,3 @@ "scripts": {

"@googlemaps/js-api-loader": "^1.14.3",
"@swc/jest": "^0.2.22",
"@swc/jest": "^0.2.24",
"@types/geojson": "^7946.0.8",

@@ -61,4 +61,4 @@ "@types/google.maps": "^3.49.2",

"@types/rbush": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.24.0",

@@ -68,3 +68,3 @@ "eslint-config-prettier": "^8.5.0",

"husky": "^7.0.0",
"jest": "^28.1.2",
"jest": "^29.3.1",
"leaflet": "^1.8.0",

@@ -75,8 +75,8 @@ "mapbox-gl": "^2.9.1",

"ol": "^7.1.0",
"serve": "^13.0.4",
"serve": "^14.1.2",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.5",
"ts-loader": "^9.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.2",
"typedoc": "^0.23.21",
"typescript": "^4.7.4"
"typescript": "^4.9.4"
},

@@ -83,0 +83,0 @@ "commitlint": {

@@ -1,10 +0,11 @@

<img src="https://terradraw.io/imgs/logo.png" alt="Terra Draw Logo" width="400"/>
<img src="./logo.png" alt="Terra Draw Logo" width="400"/>
![Terra Draw CI Badge](https://github.com/JamesLMilner/terra-draw/actions/workflows/ci.yml/badge.svg)
[![npm version](https://badge.fury.io/js/terra-draw.svg)](https://badge.fury.io/js/terra-draw)
Frictionless map drawing across mapping libraries.
TerraDraw centralises map drawing logic and provides a host of out the box drawing modes that work across different JavaScript mapping libraries. It also also you bring your own modes!
Terra Draw centralises map drawing logic and provides a host of out the box drawing modes that work across different JavaScript mapping libraries. It also also you bring your own modes!
### Support
### Library Support

@@ -11,0 +12,0 @@ Terra Draw uses the concept of 'adapters' to allow it to work with a host of different mapping libraries. Currently supported are:

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