
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@vertigis/inline-sdk
Advanced tools
This SDK makes it easy to create custom bands for VertiGIS Inline.
To create a project called library run this command:
npx @vertigis/inline-sdk create library
This will bootstrap a new project in the specified directory to quickly get you up and running with the VertiGIS Inline SDK.
Inside the newly created project, you can run some built-in commands:
npm start
Runs the project in development mode. at http://localhost:4444.
This url can be added to your web app during development. You will see build errors and warnings in the console.
npm run build
Builds the library for production to the build
folder. It optimizes the build for the best performance.
Your custom library is now ready to be deployed!
See the section about deployment in the Developer Center for more information.
npm run generate <your-band-name>
Creates a new band in the src/bands
folder of your project including all the files you need to get started creating your own custom band.
Find further documentation on the SDK on the VertiGIS Studio Developer Center
FAQs
The SDK for extending VertiGIS Inline
We found that @vertigis/inline-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.