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

279map-backend-common

Package Overview
Dependencies
Maintainers
0
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

279map-backend-common - npm Package Compare versions

Comparing version 0.39.4 to 0.39.5

9

dist/cjs/types/types-common/common-types.d.ts

@@ -50,7 +50,10 @@ export type DataId = number;

max_zoom: number;
} | {
} | ({
featureType: FeatureType.STATIC_IMAGE;
url?: string;
opacity?: number;
};
} & ({
url: string;
} | {
base64: string;
}));
export declare enum DatasourceLocationKindType {

@@ -57,0 +60,0 @@ VirtualItem = "VirtualItem",

@@ -50,7 +50,10 @@ export type DataId = number;

max_zoom: number;
} | {
} | ({
featureType: FeatureType.STATIC_IMAGE;
url?: string;
opacity?: number;
};
} & ({
url: string;
} | {
base64: string;
}));
export declare enum DatasourceLocationKindType {

@@ -57,0 +60,0 @@ VirtualItem = "VirtualItem",

@@ -55,7 +55,10 @@ /// <reference types="multer" />

max_zoom: number;
} | {
} | ({
featureType: FeatureType.STATIC_IMAGE;
url?: string;
opacity?: number;
};
} & ({
url: string;
} | {
base64: string;
}));
declare enum DatasourceLocationKindType {

@@ -62,0 +65,0 @@ VirtualItem = "VirtualItem",

{
"name": "279map-backend-common",
"version": "0.39.4",
"version": "0.39.5",
"description": "279map backend common modules",

@@ -5,0 +5,0 @@ "scripts": {

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