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.1.0-alpha.10 to 4.1.0-alpha.11

2

dist/csw-capabilities-loader.js
import { parseCSWCapabilities } from "./lib/parsers/csw/parse-csw-capabilities.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const CSWCapabilitiesLoader = {

@@ -4,0 +4,0 @@ id: 'csw-capabilities',

import { parseCSWDomain } from "./lib/parsers/csw/parse-csw-domain.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const CSWDomainLoader = {

@@ -4,0 +4,0 @@ id: 'csw-domain',

import { parseCSWRecords } from "./lib/parsers/csw/parse-csw-records.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const CSWRecordsLoader = {

@@ -4,0 +4,0 @@ id: 'csw-records',

import { parseGML } from "./lib/parsers/gml/parse-gml.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const GMLLoader = {

@@ -4,0 +4,0 @@ name: 'GML',

import { parseWCSCapabilities } from "./lib/wcs/parse-wcs-capabilities.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const WCSCapabilitiesLoader = {

@@ -4,0 +4,0 @@ id: 'wcs-capabilities',

import { parseWFSCapabilities } from "./lib/wfs/parse-wfs-capabilities.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const WFSCapabilitiesLoader = {

@@ -4,0 +4,0 @@ id: 'wfs-capabilities',

import { parseWMTSCapabilities } from "./lib/wmts/parse-wmts-capabilities.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const WMTSCapabilitiesLoader = {

@@ -4,0 +4,0 @@ id: 'wmts-capabilities',

import { parseWMSCapabilities } from "./lib/parsers/wms/parse-wms-capabilities.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const WMSCapabilitiesLoader = {

@@ -4,0 +4,0 @@ id: 'wms-capabilities',

import { parseWMSError } from "./lib/parsers/wms/parse-wms-error.js";
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
export const WMSErrorLoader = {

@@ -4,0 +4,0 @@ id: 'wms-error',

{
"name": "@loaders.gl/wms",
"version": "4.1.0-alpha.10",
"version": "4.1.0-alpha.11",
"description": "Framework-independent loaders for the WMS (Web Map Service) standard",

@@ -54,10 +54,10 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/images": "4.1.0-alpha.10",
"@loaders.gl/loader-utils": "4.1.0-alpha.10",
"@loaders.gl/schema": "4.1.0-alpha.10",
"@loaders.gl/xml": "4.1.0-alpha.10",
"@loaders.gl/images": "4.1.0-alpha.11",
"@loaders.gl/loader-utils": "4.1.0-alpha.11",
"@loaders.gl/schema": "4.1.0-alpha.11",
"@loaders.gl/xml": "4.1.0-alpha.11",
"@turf/rewind": "^5.1.5",
"deep-strict-equal": "^0.2.0"
},
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d"
"gitHead": "5d3e23bf93762b48c8c1d6d926ede7a97fe43ab0"
}
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