📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

lcdp-map

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcdp-map

A Leaflet wrapper library for Appsmith with custom VLU functions

0.0.16
latest
Source
npm
Version published
Weekly downloads
10
-61.54%
Maintainers
0
Weekly downloads
 
Created
Source

LCDP-Map 🗺️

A wrapper library for Leaflet, optimized for use in Appsmith with custom functionalities.

GUIDE FOR BUILDING AND PUBLISHING LCDP-MAP

1. DIRECTORY STRUCTURE

LCDP-MAP/
├── src/
│   └── index.js        # Main source code
├── dist/               # Build output
├── .gitignore          # Git ignore file
├── LICENSE             # MIT License
├── README.md           # Documentation
├── package.json        # Package config
└── webpack.config.js   # Webpack config

2. CHECK MAIN FILES

  • package.json: Verify version and dependencies.
  • webpack.config.js: Ensure correct UMD configuration.
  • src/index.js: Check the code and exports.
  • README.md: Update documentation if necessary.

3. INSTALL DEPENDENCIES, BUILD AND RUN COMMANDS

# Install dependencies
npm i lcdp-map

# Build package
npm run build

4. POST-PUBLISH CHECKS

  • Verify the package on npm:
    https://www.npmjs.com/package/lcdp-map
  • Check the CDN URL:
    https://cdn.jsdelivr.net/npm/lcdp-map@0.0.16/dist/index.umd.js

Keywords

leaflet

FAQs

Package last updated on 10 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts