
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Blazegraph JavaScript API.
npm install blazegraph --save
Many (undocumented yet) methods are available. Have a look at the source for more info.
const db = require('blazegraph')({
host: 'localhost',
port: 9999,
namespace: 'kb', // Those are the default values, passing no params yields the same result
});
db.readQuads({
predicate: '<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>',
object: '<http://example.com/Person>',
})
.then(quads => {
console.log(quads); // An array of objects of the shape { subject, predicate, object, graph }
});
Unstable, do not use in production! The current API is quite specific to Nelson, but feel free to PR breaking changes to make it universal.
Yes, thank you. Please lint, update/write tests and add your name to the package.json file before you PR.
Blazegraph-js is released under the MIT license.
Blazegraph is freely available under the GPLv2 open-source license.
0.2.0
Breaking changes:
New features:
FAQs
Blazegraph JavaScript API
The npm package blazegraph receives a total of 0 weekly downloads. As such, blazegraph popularity was classified as not popular.
We found that blazegraph demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.