Socket
Socket
Sign inDemoInstall

fc-ecms

Package Overview
Dependencies
352
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

2

dist/shipment.js

@@ -80,3 +80,3 @@ "use strict";

let incoterm = (args.terms_of_trade.toLowerCase() == 'ddu') ? 'DAP' : 'DDP';
let reason = (args.reason_for_export.toLowerCase().indexOf('gift') != -1) ? 'gift' : 'personal';
let reason = (args.reason_for_export.toLowerCase().indexOf('gift') != -1) ? 'gift' : 'commercial';
let ECMSCustoms = {

@@ -83,0 +83,0 @@ incoterm: incoterm,

{
"name": "fc-ecms",
"version": "1.1.5",
"version": "1.1.6",
"description": "ECMS Carrier Shipment and Tracking API.",

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

@@ -76,3 +76,3 @@ import { ECMSLabelRequest, ECMSLabelResponse, ECMSShipmentRequest, ECMSShipmentRespone, ECMSShipment, ECMSAddress, ECMSBoxes, ECMSWeight, ECMSDimension, ECMSItems, ECMSPrice, ECMSCustoms, ECMSDutyBilling, FlavorcloudShipmentResponse } from "./types";

let incoterm = (args.terms_of_trade.toLowerCase() == 'ddu')?'DAP':'DDP';
let reason = (args.reason_for_export.toLowerCase().indexOf('gift') != -1)?'gift':'personal';
let reason = (args.reason_for_export.toLowerCase().indexOf('gift') != -1)?'gift':'commercial';
let ECMSCustoms: ECMSCustoms = {

@@ -79,0 +79,0 @@ incoterm: incoterm,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc