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

@loaders.gl/wms

Package Overview
Dependencies
Maintainers
8
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/wms - npm Package Compare versions

Comparing version 4.3.0-beta.1 to 4.3.0-beta.2

2

dist/csw-capabilities-loader.js

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the CSW GetCapability request

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the CSW GetCapability request

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the CSW GetCapability request

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the GML GetCapability request

@@ -27,3 +27,4 @@ export type { CSWLoaderOptions } from "./csw-capabilities-loader.js";

export type { ImageType } from '@loaders.gl/images';
export type { ImageSourceType } from "./lib/deprecated/create-image-source.js";
export { createImageSource } from "./lib/deprecated/create-image-source.js";
//# sourceMappingURL=index.d.ts.map
import type { Source, ImageSource, ImageSourceProps } from '@loaders.gl/loader-utils';
import type { WMSImageSourceProps } from "../../services/ogc/wms-service.js";
/** @deprecated */
export type ImageSourceType = 'wms' | 'arcgis-image-server' | 'template';

@@ -19,4 +20,4 @@ /**

*/
export declare function createImageSource(url: string, props: CreateImageSourceProps, sources?: Source<import("@loaders.gl/loader-utils").DataSource<import("@loaders.gl/loader-utils").DataSourceProps>, any>[]): ImageSource;
export declare function createImageSource(url: string, props?: CreateImageSourceProps, sources?: Source<import("@loaders.gl/loader-utils").DataSource<import("@loaders.gl/loader-utils").DataSourceProps>, any>[]): ImageSource;
export {};
//# sourceMappingURL=create-image-source.d.ts.map

@@ -16,3 +16,3 @@ // loaders.gl

*/
export function createImageSource(url, props, sources = SOURCES) {
export function createImageSource(url, props = {}, sources = SOURCES) {
const { type = 'auto' } = props;

@@ -19,0 +19,0 @@ const source = type === 'auto' ? guessSourceType(url, sources) : getSourceOfType(type, sources);

@@ -5,3 +5,3 @@ // loaders.gl, MIT license

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -8,0 +8,0 @@ * Loader for the response to the WFS GetCapability request

@@ -5,3 +5,3 @@ // loaders.gl, MIT license

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -8,0 +8,0 @@ * Loader for the response to the WCS GetCapability request

@@ -6,3 +6,3 @@ // loaders.gl, MIT license

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -9,0 +9,0 @@ * Loader for the response to the WMTS GetCapability request

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the WMS GetCapability request

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
/**

@@ -10,0 +10,0 @@ * Loader for the response to the WMS GetCapability request

{
"name": "@loaders.gl/wms",
"version": "4.3.0-beta.1",
"version": "4.3.0-beta.2",
"description": "Framework-independent loaders for the WMS (Web Map Service) standard",

@@ -53,6 +53,6 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/images": "4.3.0-beta.1",
"@loaders.gl/loader-utils": "4.3.0-beta.1",
"@loaders.gl/schema": "4.3.0-beta.1",
"@loaders.gl/xml": "4.3.0-beta.1",
"@loaders.gl/images": "4.3.0-beta.2",
"@loaders.gl/loader-utils": "4.3.0-beta.2",
"@loaders.gl/schema": "4.3.0-beta.2",
"@loaders.gl/xml": "4.3.0-beta.2",
"@turf/rewind": "^5.1.5",

@@ -64,3 +64,3 @@ "deep-strict-equal": "^0.2.0"

},
"gitHead": "992d24e7d4e3015a91fa1cbfe87ee7dc1b333322"
"gitHead": "a61003f2bb56acbdaef07a03bc39d4c7830afdcc"
}

@@ -70,2 +70,3 @@ // loaders.gl

export type {ImageType} from '@loaders.gl/images';
export type {ImageSourceType} from './lib/deprecated/create-image-source';
export {createImageSource} from './lib/deprecated/create-image-source';

@@ -10,2 +10,3 @@ // loaders.gl

/** @deprecated */
export type ImageSourceType = 'wms' | 'arcgis-image-server' | 'template';

@@ -34,3 +35,3 @@

url: string,
props: CreateImageSourceProps,
props: CreateImageSourceProps = {},
sources = SOURCES

@@ -45,3 +46,3 @@ ): ImageSource {

}
return source.createDataSource(url, props) as ImageSource;
return source.createDataSource(url, props) as unknown as ImageSource;
}

@@ -48,0 +49,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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