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.9 to 0.0.1-alpha.11

CHANGELOG.md

58

package.json
{
"name": "terra-draw",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.11",
"description": "Frictionless map drawing across mapping provider",
"scripts": {
"docs": "typedoc --out docs src/terra-draw.ts --exclude 'src/geometry/**/*.ts' --exclude 'src/test/**/*.ts' --exclude 'src/util/**/*.ts'",
"docs:serve": "serve ./docs",
"release": "standard-version",
"build": "microbundle",

@@ -52,6 +55,9 @@ "watch": "microbundle --watch --format modern",

"mapbox-gl": "^2.9.1",
"maplibre-gl": "^2.4.0",
"microbundle": "^0.15.0",
"serve": "^13.0.4",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.5",
"ts-loader": "^9.3.1",
"typedoc": "^0.23.21",
"typescript": "^4.7.4"

@@ -88,3 +94,51 @@ },

"semi": true
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styling"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "build",
"section": "Build System"
},
{
"type": "ci",
"section": "CI"
},
{
"type": "chore",
"section": "Chore"
},
{
"type": "revert",
"section": "Reverts"
}
]
}
}
}
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