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

@loaders.gl/wms

Package Overview
Dependencies
Maintainers
9
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.0.0-beta.2 to 4.0.0-beta.3

dist/csw-capabilities-loader.js

2

dist/services/ogc/csw-service.d.ts

@@ -46,3 +46,3 @@ import type { DataSourceProps } from '@loaders.gl/loader-utils';

export declare class CSWService extends DataSource<CSWServiceProps> {
static type: 'csw';
static readonly type = "csw";
static testURL: (url: string) => boolean;

@@ -49,0 +49,0 @@ capabilities: CSWCapabilities | null;

{
"name": "@loaders.gl/wms",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "Framework-independent loaders for the WMS (Web Map Service) standard",
"license": "MIT",
"type": "module",
"publishConfig": {

@@ -28,4 +29,11 @@ "access": "public"

"types": "dist/index.d.ts",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"sideEffects": false,

@@ -38,11 +46,11 @@ "files": [

"scripts": {
"pre-build": "npm run build-bundle",
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev",
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/images": "4.0.0-beta.2",
"@loaders.gl/loader-utils": "4.0.0-beta.2",
"@loaders.gl/schema": "4.0.0-beta.2",
"@loaders.gl/xml": "4.0.0-beta.2",
"@loaders.gl/images": "4.0.0-beta.3",
"@loaders.gl/loader-utils": "4.0.0-beta.3",
"@loaders.gl/schema": "4.0.0-beta.3",
"@loaders.gl/xml": "4.0.0-beta.3",
"@turf/rewind": "^5.1.5",

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

},
"gitHead": "79c2033f755e88e11bc30a04428e3666b177b8fc"
"gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af"
}

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

export class CSWService extends DataSource<CSWServiceProps> {
static type: 'csw' = 'csw';
static readonly type = 'csw';
static testURL = (url: string): boolean => url.toLowerCase().includes('csw');

@@ -69,0 +69,0 @@

@@ -366,2 +366,3 @@ // loaders.gl, MIT license

): string {
wmsParameters = this._getWMS130Parameters(wmsParameters);
const options: Required<WMSGetFeatureInfoParameters> = {

@@ -368,0 +369,0 @@ version: this.wmsParameters.version,

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