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.17 to 1.13.18

8

CHANGELOG.md
v1.13.17 / 2019-01-09
n.n.n / 2019-01-11
==================
* fix: wrong intialization for opts.batchPathPrefix.
v1.13.17 / 2019-01-09
=====================
* Release v1.13.17
* upgrade orm.

@@ -6,0 +12,0 @@ * typo adjust.

2

lib/app.js

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

__opts.graphQLPathPrefix = __opts.graphQLPathPrefix || '/';
__opts.batchPathPrefix = __opts.graphQLPathPrefix || '/';
__opts.batchPathPrefix = __opts.batchPathPrefix || '/';
__opts.graphqlTypeMap = __opts.graphqlTypeMap || {};

@@ -38,0 +38,0 @@ return __opts;

{
"name": "fib-app",
"version": "1.13.17",
"version": "1.13.18",
"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