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

tag2link

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tag2link - npm Package Compare versions

Comparing version 2024.8.21 to 2024.10.21

requirements.txt

2

package.json
{
"name": "tag2link",
"version": "2024.8.21",
"version": "2024.10.21",
"description": "Formatter URLs for OpenStreetMap tags",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,2 +8,13 @@ # Tag2Link

## Contributing
### OSM Wiki Data
1. Read [https://wiki.openstreetmap.org/wiki/Data\_items](https://wiki.openstreetmap.org/wiki/Data_items).
2. Create the item (see [https://wiki.openstreetmap.org/wiki/Data\_items#Item\_creation\_process](https://wiki.openstreetmap.org/wiki/Data_items#Item_creation_process)).
3. Input the standard information for the tag. Be as complete as possible please. Other software may use this information (such as for validation purposes).
4. Add the `formatter url` (`P8`) property.
5. Don't forget to add the [site link](https://wiki.openstreetmap.org/wiki/Special:SetSiteLink) (see #2 for details).
6. Wait for the next update
Example: [https://wiki.openstreetmap.org/wiki/Item:Q401](https://wiki.openstreetmap.org/wiki/Item:Q401)
## Usage

@@ -10,0 +21,0 @@

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"sourceMap": true,

@@ -7,0 +7,0 @@ "strictNullChecks": true

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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