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.4 to 1.2.5

2

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

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

@@ -23,7 +23,17 @@ var Class = require('class.extend');

if (!err) {
params.output(body)
cb(res, params);
try {
params.output(body)
} catch (e) {
params.set({
success: false,
err: body
});
}
}
else
error(err);
params.set({
success: false,
err: err
});
return cb(res, params);
}

@@ -30,0 +40,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