Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hapi-crud-acl

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

hapi-crud-acl - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/package.json
{
"name": "hapi-crud-acl",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hapi Crud Plugin",

@@ -5,0 +5,0 @@ "engines": {

@@ -68,3 +68,3 @@ "use strict";

else {
throw Boom.unauthorized('Access denied');
throw Boom.unauthorized();
}

@@ -71,0 +71,0 @@ });

{
"name": "hapi-crud-acl",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hapi Crud Plugin",

@@ -5,0 +5,0 @@ "engines": {

@@ -1,2 +0,2 @@

# Hapi Route ACL
# Hapi Crud ACL

@@ -161,4 +161,4 @@ Fine-grained route access control based on CRUD for [hapi.js](http://hapijs.com/)

edit: true,
remove: true
duplicate: true
remove: true,
duplicate: true,
retract: true

@@ -165,0 +165,0 @@ },

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