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

fastify-feature-flags

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-feature-flags - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

11

CHANGELOG.md

@@ -1,5 +0,14 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.8](https://gitlab.com/m03geek/fastify-feature-flags/compare/v1.2.7...v1.2.8) (2019-05-29)
### Bug Fixes
* error log fix ([7906355](https://gitlab.com/m03geek/fastify-feature-flags/commit/7906355))
## [1.2.7](https://gitlab.com/m03geek/fastify-feature-flags/compare/v1.2.6...v1.2.7) (2019-04-30)

@@ -6,0 +15,0 @@

4

dist/providers/unleash.js

@@ -11,4 +11,4 @@ "use strict";

this.instance = unleash_client_1.initialize(this.options);
this.instance.on('error', this.fastify.log.error.bind(this.fastify));
this.instance.on('warn', this.fastify.log.warn.bind(this.fastify));
this.instance.on('error', this.fastify.log.error.bind(this.fastify.log));
this.instance.on('warn', this.fastify.log.warn.bind(this.fastify.log));
this.instance.on('ready', () => {

@@ -15,0 +15,0 @@ this.fastify.log.info('[feature-flags]: Unleash provider ready');

{
"name": "fastify-feature-flags",
"version": "1.2.7",
"version": "1.2.8",
"description": "Fastify feature flags plugin",

@@ -56,22 +56,22 @@ "main": "dist/index.js",

"@types/config": "0.0.34",
"@types/jest": "^24.0.0",
"@types/node": "^11.0.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.0",
"config": "^3.1.0",
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0",
"fastify": "^2.0.0",
"jest": "^24.0.0",
"eslint-config-google": "^0.13.0",
"fastify": "^2.4.1",
"jest": "^24.8.0",
"replace": "^1.1.0",
"standard-version": "^5.0.0",
"standard-version": "^6.0.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.0",
"ts-node": "^8.2.0",
"tslint": "^5.14.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.0",
"typedoc-plugin-markdown": "^1.1.27",
"typedoc-plugin-markdown": "^1.2.1",
"typescript": "^3.4.5",
"config": "^3.1.0",
"unleash-client": "^3.2.3"
"unleash-client": "^3.2.5"
},
"dependencies": {
"fastify-plugin": "^1.5.0"
"fastify-plugin": "^1.6.0"
},

@@ -78,0 +78,0 @@ "peerDependencies": {

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