
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@ngageoint/simple-features-wkb-js
Advanced tools
The Simple Features Libraries were developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
Simple Features WKB is a Javascript library for reading and writing Simple Feature Geometries to and from Well-Known Binary.
View the latest JS Docs
<script src="/path/to/simple-features-wkb-js/dist/sf-wkb.min.js"></script>
const { GeometryReader } = window.SimpleFeaturesWKB;
//const buffer = ...
const geometry = GeometryReader.readGeometry(bytes);
const geometryType = geometry.getGeometryType();
const { GeometryWriter } = window.SimpleFeaturesWKB;
// const geometry = ...
const buffer = GeometryWriter.writeGeometry(geometry);
Pull from NPM
npm install --save simple-features-wkb-js
const { GeometryReader } = require("@ngageoint/simple-features-wkb-js");
//const buffer = ...
const geometry = GeometryReader.readGeometry(bytes);
const geometryType = geometry.getGeometryType();
const { GeometryWriter } = require("@ngageoint/simple-features-wkb-js");
// const geometry = ...
const buffer = GeometryWriter.writeGeometry(geometry);
Build this repository using Node.js:
npm install
npm run build
FAQs
Simple Features WKB JavaScript Library
The npm package @ngageoint/simple-features-wkb-js receives a total of 173 weekly downloads. As such, @ngageoint/simple-features-wkb-js popularity was classified as not popular.
We found that @ngageoint/simple-features-wkb-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.