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

bella

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bella - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

10

lib/bella.js

@@ -203,4 +203,10 @@ /*

res.jsonp(401, {
message: 'Bad Authentication. You do not have permission to access the API.',
error: msg
metadata: {
status: 401,
msg: 'Unauthorized'
},
response: {
msg: 'Bad Authentication. You do not have permission to access the API.',
error: msg
}
});

@@ -207,0 +213,0 @@ }

2

package.json
{
"name": "bella",
"description": "A API Authentication for node.js",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/chrisenytc/bella",

@@ -6,0 +6,0 @@ "author": {

{
"name": "Bella API",
"description": "Bella API: A API Authentication for node.js",
"version": "0.5.1",
"version": "0.5.2",
"url": "https://github.com/chrisenytc/bella",

@@ -6,0 +6,0 @@ "options": {

Sorry, the diff of this file is not supported yet

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