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

demplate-addons

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demplate-addons - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

5

addons/MapLibre/template/src/middleware/map.ts

@@ -7,4 +7,3 @@ import {Middleware} from '@/utils/zustand';

get,
store,
$$storeMutations
store
) => config(args => {

@@ -25,2 +24,2 @@ const {

}, get, store, $$storeMutations);
}, get, store);

@@ -1,4 +0,5 @@

import {applyMiddleware, StoreInterface} from '@/utils/zustand';
import {applyMiddleware} from '@/utils/zustand';
import {Map} from 'maplibre-gl';
import {mapMiddleware} from '@/middleware/map';
import {StateCreator} from 'zustand';

@@ -10,3 +11,3 @@ export interface MapStore {

const store: StoreInterface<MapStore> = (set, get) => ({
const store: StateCreator<MapStore> = (set, get) => ({
setMap: (map?: Map) => set(state => ({map})),

@@ -13,0 +14,0 @@ });

2

package.json
{
"name": "demplate-addons",
"version": "0.0.22",
"version": "0.0.23",
"author": {

@@ -5,0 +5,0 @@ "email": "efim@dezh.in",

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