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

fastify-rbac

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-rbac - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

### [1.0.2](https://gitlab.com/m03geek/fastify-rbac/compare/v1.0.1...v1.0.2) (2019-06-04)
### Bug Fixes
* **types:** fix plugin instance type ([42adef3](https://gitlab.com/m03geek/fastify-rbac/commit/42adef3))
### Tests
* add instance type test ([01a7932](https://gitlab.com/m03geek/fastify-rbac/commit/01a7932))
### [1.0.1](https://gitlab.com/m03geek/fastify-rbac/compare/v1.0.0...v1.0.1) (2019-06-03)

@@ -7,0 +21,0 @@

2

dist/index.d.ts

@@ -10,3 +10,3 @@ /// <reference types="node" />

*/
rbac: typeof RBAC;
rbac: RBAC;
}

@@ -13,0 +13,0 @@ interface FastifyRequest<HttpRequest, Query, Params, Headers, Body> {

{
"name": "fastify-rbac",
"version": "1.0.1",
"version": "1.0.2",
"description": "RBAC plugin for Fastify",

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

@@ -8,3 +8,3 @@ # fastify-rbac

[![Downloads Count](https://img.shields.io/npm/dm/fastify-rbac.svg)](https://www.npmjs.com/package/fastify-rbac)
[![Vunerabilities Count](https://snyk.io/test/npm/fastify-rbac/badge.svg)](https://www.npmjs.com/package/fastify-rbac)
[![Vunerabilities Count](https://snyk.io/test/npm/fastify-rbac/badge.svg)](https://snyk.io/test/npm/fastify-rbac)
[![Build Status](https://gitlab.com/m03geek/fastify-rbac/badges/master/pipeline.svg)](https://gitlab.com/m03geek/fastify-rbac/commits/master)

@@ -11,0 +11,0 @@ [![License](https://img.shields.io/npm/l/fastify-rbac.svg)](https://gitlab.com/m03geek/fastify-rbac/blob/master/LICENSE)

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