
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@chiper-inc/chiper-sdk
Advanced tools
Sdk to interact with Citrus Ad, a platform for advertising and monetization
Chiper SDK has been built using typescript.
Sdk to interact with Citrus Ad, a platform for advertising and monetization, and TopSort, a native advertising infrastructure based on auctions and APIs.
Read all documentation before start
Learn and Understand:
Simply type the following into a terminal window:
npm i @chiper-inc/chiper-sdk
// import entire SDK
import { Citrus } from "@chiper-inc/chiper-sdk";
// Create an instance
const CitrusTest = Citrus.getInstance({
baseUrl: "https://mytest/sdk.com",
apiKey: "123-abc-345-def",
});
// Report Events
const reportClick = CitrusTest.reportClick("adId");
const reportImpression = CitrusTest.reportImpression("adId");
const reportPurchase = CitrusTest.reportPurchase(orders);
For more examples visit the following links
// import entire SDK
import { TopSort } from "@chiper-inc/chiper-sdk";
// Create an instance
const TopsortTest = TopSort.getInstance({
baseUrl: "https://mytest/sdk.com",
token: "123-abc-345-def",
});
const payload = {
{
session: {
sessionId: "ebeaf802-6d0a-41a3-ae59-661887c4f6cb",
},
placement: {
page: "search_results",
},
productId: "p_SA0238",
ocurredAt: "2022-04-26T12:57:31.450Z",
}
}
// Report Events
const reportClick = TopsortTest.reportClick(payload);
const reportImpression = TopsortTest.reportImpression(payload2);
const reportPurchase = TopsortTest.reportPurchase(payload3);
For more examples visit the following links
FAQs
Sdk to interact with Citrus Ad, a platform for advertising and monetization
The npm package @chiper-inc/chiper-sdk receives a total of 8 weekly downloads. As such, @chiper-inc/chiper-sdk popularity was classified as not popular.
We found that @chiper-inc/chiper-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.