Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-arcgis-portal-components
Advanced tools
Ember components that help when working with ArcGIS Online/Enterprise items
Ember Components for interacting with ArcGIS Online/Enterprise items.
This repository contains standalone components from ArcGIS Hub for interacting with ArcGIS Online and Enterprise items, making it extremely simple to include a responsive search dialog in your own Ember, Bootstrap application.
Check out the live demo
ember install ember-arcgis-portal-components
The item picker component allows a user to search a portal for items, see a preview of the item, and then get the item returned. While commonly used in a modal, the component can be used in any context.
The components in this addon are used in MANY MANY places. As such, changes made to existing components, especially any external API surfaces is prone to having catastrophic downstream effects. Thus - before making any changes, please read and understand the design document. We are working on adding more unit and integration tests, but this will be an on-going process. Until we have a very high-level of coverage, modifications to these components should be considered a high-risk activity.
When generating a new component, please structure your files in the following order. This will help standardize the files and keep everything in an organized format:
{{item-picker
selectAction=(action "onSelectItem")}}
The selectAction handler will be passed the selected item, and it may be passed a second options
param which will contain contextually specific content. For example, if the item selected is a Feature Service, then the Preview will show a layer picker list. The selected layer will be pass in the options as {layer: {...}}
actions: {
onSelectItem(item, options) {
...
}
}
git clone https://github.com/Esri/ember-arcgis-portal-components
cd ember-arcgis-portal-components
npm install
bower install
ember serve
npm test
(Runs ember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright (c) 2018 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.
1.3.5
alert
message in item-picker to avoid collisions with facets in the DOMsession
service into preview components in the item-picker
90782FAQs
Ember components that help when working with ArcGIS Online/Enterprise items
The npm package ember-arcgis-portal-components receives a total of 49 weekly downloads. As such, ember-arcgis-portal-components popularity was classified as not popular.
We found that ember-arcgis-portal-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.