Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@koopjs/output-geoservices
Advanced tools
Wraps FeatureServer into a Koop Output plugin.
const Koop = require('@koopjs/koop-core')
const config = require('config')
const koop = new Koop(config)
const outputGeoservices = require('@koopjs/output-geoservices')
const provider = require('koop-agol') // any koop provider here
// All output plugins must be registered before any providers are registered
koop.register(outputGeoservices)
koop.register(provider)
koop.server.listen(80)
defaults (Object)
The defaults
options allows the setting of some FeatureServer metadata properties. The defaults
option should be an object with some of the following properties:
{
defaults: {
currentVersion, // number (11.2)
fullVersion, // string ('11.2.0')
maxRecordCount, // number (500)
server: {
serviceDescription, // string ('Default text for serviceDescription')
description, // string ('Default text for description')
copyrightText, // string ('Default text for copyright')
hasStaticData, // boolean (true)
spatialReference, // object (Esri spatial reference)
initialExtent, // object (Esri spatial envelope)
fullExtent, // object (Esri spatial envelope)
},
layer: {
description, // string ('Default text for layer description')
copyrightText, // string ('Default text for layer copyright')
extent, // object (Esri spatial envelope)
},
}
}
Note that the defaults
option only overrides FeatureServer's defaults. Providers that set metadata may override values set by the above defaults
properties.
useHttpForTokenUrl (boolean)
The rest/info
route generates a property tokenServicesUrl
with value for the URL to use when requesting a token. By default the protocol for this URL is https
, but if you require it to be http
set the value of this option to true
.
{
useHttpForTokenUrl: true
}
logger (Logger)
You can leverage your own custom logger instance, but it must adhere to the Winston logger specification.
{
logger // some custom Logger instance
}
includeOwningSystemUrl (boolean)
If true
, adds owningSystemUrl
to the rest/info
response. Defaults to false.
<provider-namespace>/rest/info
<provider-namespace>/rest/generateToken
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/:layer/:method
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/layers
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/:layer
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer*
<provider-namespace>/rest/services/<provider-path-params>/MapServer*
FAQs
Wraps FeatureServer as a Koop output plugin
The npm package @koopjs/output-geoservices receives a total of 757 weekly downloads. As such, @koopjs/output-geoservices popularity was classified as not popular.
We found that @koopjs/output-geoservices demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.