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.2.13 to 1.2.14

2

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

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

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

if (item.indexOf("from_") == 0) {
ship[item.slice(3)] = ship[item];
ship[item.slice(5)] = ship[item];
delete ship[item];

@@ -63,3 +63,3 @@ }

if (item.indexOf("to_") == 0) {
pickup[item.slice(5)] = pickup[item];
pickup[item.slice(3)] = pickup[item];
delete pickup[item];

@@ -66,0 +66,0 @@ }

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