Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@maxim_mazurok/gapi.client.kgsearch-v1
Advanced tools
TypeScript typings for Knowledge Graph Search API v1
Searches the Google Knowledge Graph for entities. For detailed description please check documentation.
Install typings for Knowledge Graph Search API:
npm install @types/gapi.client.kgsearch-v1 --save-dev
You need to initialize Google API client in your code:
gapi.load('client', () => {
// now we can use gapi.client
// ...
});
Then load api client wrapper:
gapi.client.load(
'https://kgsearch.googleapis.com/$discovery/rest?version=v1',
() => {
// now we can use:
// gapi.client.kgsearch
}
);
// Deprecated, use discovery document URL, see https://github.com/google/google-api-javascript-client/blob/master/docs/reference.md#----gapiclientloadname----version----callback--
gapi.client.load('kgsearch', 'v1', () => {
// now we can use:
// gapi.client.kgsearch
});
After that you can use Knowledge Graph Search API resources:
/*
Searches Knowledge Graph for entities that match the constraints. A list of matched entities will be returned in response, which will be in JSON-LD format and compatible with http://schema.org
*/
await gapi.client.kgsearch.entities.search({});
FAQs
TypeScript typings for Knowledge Graph Search API v1
The npm package @maxim_mazurok/gapi.client.kgsearch-v1 receives a total of 789 weekly downloads. As such, @maxim_mazurok/gapi.client.kgsearch-v1 popularity was classified as not popular.
We found that @maxim_mazurok/gapi.client.kgsearch-v1 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.