
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
@36node/bus-chart-sdk
Advanced tools
主要负责历史数据的统计与存储。
yarn add @36node/bus-chart-sdk
const SDK = require("@36node/bus-chart-sdk");
const sdk = new SDK({ base: "http://localhost:3000/chart/v0", token: "secret" });
sdk.vehicle.listMileages({
vehicleId: "xxxx",
query: {
filter: {
at: {
$gt: "2019-01-01",
$lt: "2020-01-01",
},
},
},
});
For more usages, see index.test.js
.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
@36node/bus-chart-sdk © 36node, Released under the MIT License.
Authored and maintained by 36node with help from contributors (list).
GitHub @36node
FAQs
A SDK boilerplate.
The npm package @36node/bus-chart-sdk receives a total of 2 weekly downloads. As such, @36node/bus-chart-sdk popularity was classified as not popular.
We found that @36node/bus-chart-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.