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.2 to 0.5.3

2

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

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

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

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

@@ -71,4 +77,10 @@ });

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

@@ -75,0 +87,0 @@ });

{
"name": "Bella API",
"description": "Bella API: A API Authentication for node.js",
"version": "0.5.2",
"version": "0.5.3",
"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