Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cc-om-lib

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc-om-lib - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/base_logistics.provider.d.ts
import { ILogisticsProvider } from "./logistics.interface";
export declare class BaseLogisticsProvider implements ILogisticsProvider {
protected _setting: any;
constructor(setting: any);
requestTracking(shipment: unknown, additional?: unknown): Promise<unknown>;

@@ -4,0 +6,0 @@ trackingStatus(data: unknown): Promise<unknown[]>;

@@ -14,2 +14,5 @@ "use strict";

class BaseLogisticsProvider {
constructor(setting) {
this._setting = setting;
}
requestTracking(shipment, additional) {

@@ -16,0 +19,0 @@ return __awaiter(this, void 0, void 0, function* () {

2

package.json
{
"name": "cc-om-lib",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc