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.3 to 0.39.4

2

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

@@ -52,3 +52,3 @@ export type DataId = number;

featureType: FeatureType.STATIC_IMAGE;
url: string;
url?: string;
opacity?: number;

@@ -55,0 +55,0 @@ };

@@ -86,2 +86,3 @@ import { MapPageOptions } from '../graphql/__generated__/types';

geo_properties: string;
static_image?: string;
};

@@ -88,0 +89,0 @@ export type ContentsTable = {

@@ -52,3 +52,3 @@ export type DataId = number;

featureType: FeatureType.STATIC_IMAGE;
url: string;
url?: string;
opacity?: number;

@@ -55,0 +55,0 @@ };

@@ -86,2 +86,3 @@ import { MapPageOptions } from '../graphql/__generated__/types';

geo_properties: string;
static_image?: string;
};

@@ -88,0 +89,0 @@ export type ContentsTable = {

@@ -57,3 +57,3 @@ /// <reference types="multer" />

featureType: FeatureType.STATIC_IMAGE;
url: string;
url?: string;
opacity?: number;

@@ -324,2 +324,3 @@ };

geo_properties: string;
static_image?: string;
};

@@ -326,0 +327,0 @@ type ContentsTable = {

{
"name": "279map-backend-common",
"version": "0.39.3",
"version": "0.39.4",
"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