Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-maplibre

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-maplibre - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/Popup.svelte.d.ts

@@ -7,3 +7,3 @@ import { SvelteComponentTyped } from "svelte";

* only if closeOnClickOutside and closeOnClickInside are not set. */ closeButton?: boolean | undefined;
/** Close on click outside the popu. */ closeOnClickOutside?: boolean | undefined;
/** Close on click outside the popup. */ closeOnClickOutside?: boolean | undefined;
/** Close on click inside the popup. This should only be used for non-interactive popups. */ closeOnClickInside?: boolean | undefined;

@@ -10,0 +10,0 @@ /** Close the popup when the map moves. */ closeOnMove?: boolean | undefined;

{
"name": "svelte-maplibre",
"version": "0.1.3",
"version": "0.1.4",
"description": "Svelte bindings for MapLibre",

@@ -29,3 +29,3 @@ "author": {

"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package && publint",
"prepublishOnly": "npm run package",
"test": "playwright test",

@@ -32,0 +32,0 @@ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

Sorry, the diff of this file is not supported yet

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