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

fib-app

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fib-app - npm Package Compare versions

Comparing version 1.13.42 to 1.13.43

8

CHANGELOG.md
v1.13.42 / 2019-08-19
v1.13.43 / 2019-09-16
==================
* feat: remove hard dependency on 'fib-session'
v1.13.42 / 2019-08-19
=====================
* Release v1.13.42
* feat: support re-sync after calling `app.use`.

@@ -6,0 +12,0 @@ * robust change, break change for plugin `timestamp`

2

lib/app.js

@@ -9,3 +9,2 @@ const mq = require("mq");

const ORM = require("@fxjs/orm");
const Session = require("fib-session");
const events_1 = require("events");

@@ -40,3 +39,2 @@ class App extends mq.Routing {

App.ORM = ORM;
App.Session = Session;
function filterFibAppOptions(__opts) {

@@ -43,0 +41,0 @@ __opts.apiPathPrefix = __opts.apiPathPrefix || '';

{
"name": "fib-app",
"version": "1.13.42",
"version": "1.13.43",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib",

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