
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
yurtici-kargo-react
Advanced tools
This package provides an integration with the Yurtici Cargo web services for React and TypeScript projects. It allows you to create shipments and handle responses from the Yurtici Cargo API.
Yurtici Cargo React/TS Integration Package This package provides integration with Yurtici Cargo's web services for React and TypeScript projects. It facilitates the creation of shipments and handling responses from the Yurtici Cargo API.
1-Step install the package
npm i yurtici-kargo-react
2-Usage of package
import { YurticiKargo, ShipmentData } from "yurtici-kargo-react";
const shipmentData: ShipmentData = {
cargoKey: body.cargoKey, //You can update the values here according to your own code.
invoiceKey: body.invoiceKey, //You can update the values here according to your own code.
receiverCustName: body.receiverCustName, //You can update the values here according to your own code.
receiverAddress: body.receiverAddress, //You can update the values here according to your own code.
cityName: body.cityName, //You can update the values here according to your own code.
townName: body.townName, //You can update the values here according to your own code.
receiverPhone1: body.receiverPhone1, //You can update the values here according to your own code.
emailAddress: body.emailAddress, //You can update the values here according to your own code.
orgReceiverCustId: body.orgReceiverCustId, //You can update the values here according to your own code.
};
const yurticiKargo = new YurticiKargo({ testMode: true }); // test mode active or not
const result = await yurticiKargo.createShipment(shipmentData);
console.log("result", result); // you can check response here
This package is not affiliated with "Yurtiçi Kargo " It has been developed voluntarily by a software developer.
Contact:https://github.com/quardianwolf or info@atilla.dev
FAQs
This package provides an integration with the Yurtici Cargo web services for React and TypeScript projects. It allows you to create shipments and handle responses from the Yurtici Cargo API.
We found that yurtici-kargo-react 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.