
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@cognite/geospatial-sdk-js
Advanced tools
Cognite Geospatial SDK - store and query spatial objects in 2D and 3D space
JavaScript (TypeScript) Cognite Geospatial SDK.
To build and compile the typescript sources to javascript use:
yarn install
yarn build
Navigate to the folder of your consuming project and run the following:
yarn install @cognite/geospatial-sdk-js
then initialize like:
import {
CogniteGeospatialClient
} from '@cognite/geospatial-sdk-js';
const getGeoSpatialSDKClient = (project: string, token: string) =>
CogniteGeospatialClient({
project, // eg: your tenant name
token, // eg: bearer token, (OR and api key)
api_key: process.env.REACT_APP_API_KEY,
api_url: 'api.cognitedata.com',
debug: true,
});
...
...
...
Eg, to search for wells:
findSpatial({
limit: 100,
layer: 'point',
source: 'wellmodel',
attributes: ['geometry'],
geometry_rel: {
geometry: {
wkt: SOME_GEOMETRY,
crs: 'EPSG:4326',
},
relation: SpatialRel.Within, // exposed from this package
},
outputCRS: 'epsg:4326',
})
limit - number - The max amount of results to return layer - string - source - string -
FAQs
Cognite Geospatial SDK - store and query spatial objects in 2D and 3D space
The npm package @cognite/geospatial-sdk-js receives a total of 29 weekly downloads. As such, @cognite/geospatial-sdk-js popularity was classified as not popular.
We found that @cognite/geospatial-sdk-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 199 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.