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

simple-hmac-auth

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-hmac-auth - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

2

package.json
{
"name": "simple-hmac-auth",
"version": "3.1.1",
"version": "3.2.0",
"description": "Library designed to make building APIs that use HMAC signatures simple.",

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

@@ -21,8 +21,15 @@ //

}
toJSON() {
// Explicitly pull non-enumerable properties
const { message } = this; // message, name, stack
// Pull all enumerable properties
return { ...this, message };
}
}
Object.defineProperty(AuthError.prototype, 'name', {
value: 'AuthError'
});
Object.defineProperty(AuthError.prototype, 'name', { value: 'AuthError' });
module.exports = AuthError;
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