New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-arcgis-block

Package Overview
Dependencies
Maintainers
10
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-arcgis-block - npm Package Compare versions

Comparing version 0.1.288 to 0.1.289

2

package.json
{
"name": "@eeacms/volto-arcgis-block",
"version": "0.1.288",
"version": "0.1.289",
"description": "volto-arcgis-block: Volto add-on",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1083,3 +1083,3 @@ import React, { createRef } from 'react';

>
<span>
<span className="prepackage-option">
For fast download check out the pre-packaged data

@@ -1096,3 +1096,6 @@ collection

<div className="area-header2">
<div className="area-dot">·</div>
Select by country or region on the map:
</div>
<div className="nuts-selection">
<div className="ccl-form">

@@ -1199,29 +1202,34 @@ <fieldset className="ccl-fieldset">

</div>
<div className="area-header">Type country or region code:</div>
<input
type="text"
maxLength="6"
id="area-searchtext"
placeholder="Search"
/>
<button
aria-label="Search"
class="esri-button area-searchbutton"
onClick={this.areaSearch.bind(this)}
onKeyDown={(e) => {
if (
!e.altKey &&
e.code !== 'Tab' &&
!e.ctrlKey &&
e.code !== 'Delete' &&
!e.shiftKey &&
!e.code.startsWith('F')
) {
this.areaSearch.bind(this);
}
}}
>
<span class="ccl-icon-zoom"></span>
</button>
<div className="no-result-message">No result found</div>
<div className="area-header2">
<div className="area-dot">·</div>
Type country or region code:
</div>
<div className="area-search-block">
<input
type="text"
maxLength="6"
id="area-searchtext"
placeholder="Search"
/>
<button
aria-label="Search"
class="esri-button area-searchbutton"
onClick={this.areaSearch.bind(this)}
onKeyDown={(e) => {
if (
!e.altKey &&
e.code !== 'Tab' &&
!e.ctrlKey &&
e.code !== 'Delete' &&
!e.shiftKey &&
!e.code.startsWith('F')
) {
this.areaSearch.bind(this);
}
}}
>
<span class="ccl-icon-zoom"></span>
</button>
<div className="no-result-message">No result found</div>
</div>
<br></br>

@@ -1231,22 +1239,26 @@ <div className="ccl-form">

<div className="ccl-form-group">
<input
type="radio"
id="download_area_select_rectangle"
name="downloadAreaSelect"
value="area"
className="ccl-radio ccl-required ccl-form-check-input"
onClick={this.rectanglehandler.bind(this)}
></input>
<label
className="ccl-form-radio-label"
htmlFor="download_area_select_rectangle"
>
<span className="rectangle-header">
Draw a rectangle on the map
</span>
</label>
<div className="rectangle-block">
<div className="area-dot">·</div>
<input
type="radio"
id="download_area_select_rectangle"
name="downloadAreaSelect"
value="area"
className="ccl-radio ccl-required ccl-form-check-input"
onClick={this.rectanglehandler.bind(this)}
></input>
<label
className="ccl-form-radio-label"
htmlFor="download_area_select_rectangle"
>
<span className="rectangle-header">
Draw a rectangle on the map
</span>
</label>
</div>
</div>
</fieldset>
</div>
<div className="area-header">
<div className="area-header2">
<div className="area-dot">·</div>
Upload a file with your area of interest

@@ -1253,0 +1265,0 @@ <a

Sorry, the diff of this file is too big to display

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