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.30 to 1.1.31

2

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

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

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

awb = inp.AWB;
var city = inp["CUST CITY"].toLowerCase();
if (city.indexOf("new delhi") >= 0)
inp["Dest Code"] = "ELC WH - DELHI"
else if (city.indexOf("bangalore") >= 0)
inp["Dest Code"] = "ELC WH - BANGALORE"
return {

@@ -38,0 +43,0 @@ data: JSON.stringify([inp]),

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