
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.
datacookbook-api
Advanced tools
A thin api wrapper providing methods to get data from the different datacookbok apis
npm install datacookbook-api
Require the installed package
var DataCookbook = require('datacookbook-api');
Choose datacookbook.init(settings_obj)
or datacookbook.connect(username, password, subdomain);
DataCookbook.init({user:{un: 'myUsername', pw: 'myPassword'}, requestUrl: {subdomian: 'mySubdomain'}});
Or you can use the connect method, note datacookbook.connect(user_obj, subdomain)
is also available
DataCookbook.connect('user', 'password', 'subdomain');
All the API Methods use callbacks var defaultCallback = function (response) { console.log(response); }, defaultParameters = {};
DataCookbook.termList(defaultParameters, defaultCallback);
DataCookbook.tearmSearch('searchQuery', defaultCallback);
DataCookbook.tearmLookup('query', defaultParameters, defaultCallback);
The the parameters available to init and default values are as follows:
{
useToken: false, // set to true and provide token if you plan to use token access
token: '',
user: {
un: 'default',
pw: 'password'
},
requestURL: {
protocol: 'https://',
subdomain: 'collegename', // Set this as your institutions subdomain
baseURL: 'datacookbook.com',
resourcePath: '/institution/terms/',
resource: 'lookup',
outputFormat: 'json'
}
}
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Authentication Token Login API integration
npm absorb
& added documentation folderFAQs
A thin wrapper for datacookbook.com's api's
The npm package datacookbook-api receives a total of 0 weekly downloads. As such, datacookbook-api popularity was classified as not popular.
We found that datacookbook-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.