New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angarum

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angarum - npm Package Compare versions

Comparing version 1.1.31 to 1.1.32

2

package.json
{
"name": "angarum",
"version": "1.1.31",
"version": "1.1.32",
"description": "A library which helps you focus on your delivery.",

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

@@ -36,3 +36,3 @@ var Template = require('./template.js');

awb = inp.AWB;
var city = inp["CUST CITY"].toLowerCase();
var city = inp["to_city"].toLowerCase();
if (city.indexOf("new delhi") >= 0)

@@ -42,2 +42,4 @@ inp["Dest Code"] = "ELC WH - DELHI"

inp["Dest Code"] = "ELC WH - BANGALORE"
else
inp["Dest Code"] = "ELC WH - BANGALORE"
return {

@@ -44,0 +46,0 @@ data: JSON.stringify([inp]),

@@ -20,2 +20,6 @@ require('dotenv').config();

var test_order = {
to_city: "a new Delhi d",
}
queue = {};

@@ -46,3 +50,3 @@ function add(type) {

var name = partners[ind];
var order = new a.Order();
var order = new a.Order(test_order);
var track = new a.Track();

@@ -49,0 +53,0 @@ var cancel = new a.Cancel();

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