Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@cimpress/node-looker
Advanced tools
This package is being developed since belt (v4.3) endpoints will not work with Looker.
var looker = require('@cimpress/node-looker')({
clientId: 'yourclientid',
clientSecret: 'yourclientsecret',
// the rest are optional
baseUrl: 'https://api.looker.cimba.cimpress.io:19999/api/3.0/', // default
ttlOffset: 60, // expires the cached access token 60 seconds before it actually expires (default = 60)
timeout: 60000, // number of milliseconds before timing out a looker query
loginTimeout: 60000 // number of milliseconds before timing out a looker login request
});
looker({
uri: '/user'
})
.then(res => {
console.log(res.body);
});
Install dependencies yarn install
, then run yarn run gulp
.
➜ ct-node-looker git:(master) ✗ yarn run gulp
[14:15:57] Using gulpfile ~/git/ct-node-looker/gulpfile.js
[14:15:57] Starting 'test'...
[14:15:57] Finished 'test' after 7.78 ms
[14:15:57] Starting 'default'...
[14:15:57] Finished 'default' after 9.56 μs
LookerClient
✓ should login only once
1 passing (48ms)
➜ ct-node-looker git:(master) ✗
FAQs
API wrapper for Looker API3 - OAuth2
We found that @cimpress/node-looker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.