
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
groupby-api
Advanced tools
Please follow the steps carefully to ensure a successful build.
Before running the install steps, ensure node and npm are installed on your system.
npm i -g gulp typings
npm i
This will by default install the typings as well.
npm test
This will install the project and run all tests.
npm i --save groupby-api
import { CloudBridge, Query, Results } from 'groupby-api';
let bridge = new CloudBridge('<client-key>', '<customer-id>');
let query = new Query('dvd');
bridge.search(query)
.then(results: Results => {
// operate on results
});
// OR
bridge.search(query, results: Results => {
// operate on results
});
var groupby = require('groupby-api');
var CloudBridge = groupby.CloudBridge,
Query = groupby.Query,
Results = groupby.Results;
var bridge = new CloudBridge('<client-key>', '<customer-id>');
var query = new Query('dvd');
bridge.search(query)
.then(function(results) {
// operate on results
});
// OR
bridge.search(query, function(results) {
// operate on results
});
[2.7.0] - 2020-04-07
FAQs
Client for the GroupBy Searchandiser API.
The npm package groupby-api receives a total of 885 weekly downloads. As such, groupby-api popularity was classified as not popular.
We found that groupby-api 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies