Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@esri/hub-annotations
Advanced tools
Module to interact with ArcGIS Hub Annotations in Node.js and modern browsers.
Module to interact with ArcGIS Hub Annotations in Node.js and modern browsers.
npm install @esri/hub-annotations
import { getAnnotationServiceUrl, searchAnnotations } from "@esri/hub-annotations";
// pass in an organization id
getAnnotationServiceUrl("abc123")
.then(annotationsUrl => {
// https://services.arcgis.com/abc123/arcgis/rest/services/Hub Annotations/FeatureServer
searchAnnotations({
url: annotationsUrl + "/0"
})
.then( response => {
// {
// data: [{
// id: "User1",
// type: "annotations",
// attributes: {description: "Great place!", ...}
// }],
// included: [{
// id: "User1",
// type: "users",
// attributes: { firstName: "User", lastName: "Name", ...}
// }]
// }
});
});
If something isn't working the way you expected, please take a look at previously logged issues first. Have you found a new bug? Want to request a new feature? We'd love to hear from you.
If you're looking for help you can also post issues on GIS Stackexchange.
For transparency into the release cycle and in striving to maintain backward compatibility, @esri/hub.js is maintained under Semantic Versioning guidelines and will adhere to these rules whenever possible.
For more information on SemVer, please visit http://semver.org/.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright © 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.
[8.24.0] - September 27th 2021
39bd8496e
2350d237f
d06641d5b
97690d76d
baf39af35
8daf1fd91
fb8d7fb6b
2f6268402
FAQs
Module to interact with ArcGIS Hub Annotations in Node.js and modern browsers.
The npm package @esri/hub-annotations receives a total of 380 weekly downloads. As such, @esri/hub-annotations popularity was classified as not popular.
We found that @esri/hub-annotations demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.