🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

vue3-openlayers

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-openlayers - npm Package Compare versions

Comparing version

to
11.6.0

@@ -1,5 +0,2 @@

import { TextPlacement } from 'ol/style/Text';
import { Options as StrokeOptions } from 'ol/style/Stroke';
import { Color } from 'ol/color';
import { ColorLike } from 'ol/colorlike';
import { Options } from 'ol/style/Text';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';

@@ -10,39 +7,3 @@

};
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
font?: string;
maxAngle?: number;
offsetX?: number;
offsetY?: number;
overflow?: boolean;
placement?: TextPlacement;
scale?: number;
rotateWithView?: boolean;
rotation?: number;
text?: string;
textAlign?: CanvasTextAlign;
textBaseline?: CanvasTextBaseline;
padding?: [number, number, number, number];
fill?: Color | ColorLike;
stroke?: StrokeOptions;
backgroundFill?: Color | ColorLike;
backgroundStroke?: StrokeOptions;
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
font?: string;
maxAngle?: number;
offsetX?: number;
offsetY?: number;
overflow?: boolean;
placement?: TextPlacement;
scale?: number;
rotateWithView?: boolean;
rotation?: number;
text?: string;
textAlign?: CanvasTextAlign;
textBaseline?: CanvasTextBaseline;
padding?: [number, number, number, number];
fill?: Color | ColorLike;
stroke?: StrokeOptions;
backgroundFill?: Color | ColorLike;
backgroundStroke?: StrokeOptions;
}>>>, {}, {}>;
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<Options>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Options>>>, {}, {}>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;

@@ -49,0 +10,0 @@ export default _default;

{
"name": "vue3-openlayers",
"version": "11.5.0",
"version": "11.6.0",
"description": "OpenLayers Wrapper for Vue3",
"repository": {
"type": "git",
"url": "https://github.com/MelihAltintas/vue3-openlayers"
"url": "git+https://github.com/MelihAltintas/vue3-openlayers.git"
},

@@ -30,10 +30,10 @@ "homepage": "https://github.com/MelihAltintas/vue3-openlayers",

"type": "module",
"main": "./dist/vue3-openlayers.umd.js",
"module": "./dist/vue3-openlayers.es.js",
"types": "./dist/index.d.ts",
"main": "./dist/vue3-openlayers.umd.cjs",
"module": "./dist/vue3-openlayers.js",
"exports": {
".": {
"import": "./dist/vue3-openlayers.es.js",
"require": "./dist/vue3-openlayers.umd.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/vue3-openlayers.js",
"require": "./dist/vue3-openlayers.umd.cjs"
},

@@ -85,3 +85,3 @@ "./dist/vue3-openlayers.css": {

"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"jspdf": "^3.0.1",
"ol": "^10.0.0",

@@ -115,3 +115,3 @@ "ol-contextmenu": "^5.4.0",

"@types/node": "^22.1.0",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.4.0",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.6.2",
"@types/proj4": "^2.5.5",

@@ -118,0 +118,0 @@ "@vitejs/plugin-vue": "^5.1.2",