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

279map-backend-common

Package Overview
Dependencies
Maintainers
1
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.10.1 to 0.10.2

20

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

@@ -86,5 +86,9 @@ import GeoJSON, { GeoJsonObject } from 'geojson';

};
export declare type ItemDefine = {
declare type DataId = {
id: string;
dataSourceId: string;
};
export declare type ItemDefine = {
id: DataId;
dataSourceId: string;
position: Position;

@@ -97,5 +101,4 @@ name: string;

export declare type ContentsDefine = {
id: string;
itemId: string;
dataSourceId: string;
id: DataId;
itemId: DataId;
date?: Date;

@@ -108,3 +111,3 @@ url?: string;

videoUrl?: string;
parentId?: string;
parentId?: DataId;
children?: ContentsDefine[];

@@ -123,4 +126,4 @@ anotherMapItemId?: string;

date: Date;
item_id: string;
content_id: string;
item_id: DataId;
content_id: DataId;
};

@@ -134,3 +137,3 @@ export declare type IconDefine = {

export declare type UnpointContent = {
id: string;
id: DataId;
title: string;

@@ -160,1 +163,2 @@ thumb?: string;

};
export {};

@@ -86,5 +86,9 @@ import GeoJSON, { GeoJsonObject } from 'geojson';

};
export declare type ItemDefine = {
declare type DataId = {
id: string;
dataSourceId: string;
};
export declare type ItemDefine = {
id: DataId;
dataSourceId: string;
position: Position;

@@ -97,5 +101,4 @@ name: string;

export declare type ContentsDefine = {
id: string;
itemId: string;
dataSourceId: string;
id: DataId;
itemId: DataId;
date?: Date;

@@ -108,3 +111,3 @@ url?: string;

videoUrl?: string;
parentId?: string;
parentId?: DataId;
children?: ContentsDefine[];

@@ -123,4 +126,4 @@ anotherMapItemId?: string;

date: Date;
item_id: string;
content_id: string;
item_id: DataId;
content_id: DataId;
};

@@ -134,3 +137,3 @@ export declare type IconDefine = {

export declare type UnpointContent = {
id: string;
id: DataId;
title: string;

@@ -160,1 +163,2 @@ thumb?: string;

};
export {};

19

dist/index.d.ts

@@ -90,5 +90,9 @@ /// <reference types="multer" />

};
declare type ItemDefine = {
declare type DataId = {
id: string;
dataSourceId: string;
};
declare type ItemDefine = {
id: DataId;
dataSourceId: string;
position: Position;

@@ -101,5 +105,4 @@ name: string;

declare type ContentsDefine = {
id: string;
itemId: string;
dataSourceId: string;
id: DataId;
itemId: DataId;
date?: Date;

@@ -112,3 +115,3 @@ url?: string;

videoUrl?: string;
parentId?: string;
parentId?: DataId;
children?: ContentsDefine[];

@@ -127,4 +130,4 @@ anotherMapItemId?: string;

date: Date;
item_id: string;
content_id: string;
item_id: DataId;
content_id: DataId;
};

@@ -138,3 +141,3 @@ declare type IconDefine = {

declare type UnpointContent$1 = {
id: string;
id: DataId;
title: string;

@@ -141,0 +144,0 @@ thumb?: string;

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