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
2
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.14.0 to 1.14.1

11

CHANGELOG.md
v1.14.0 / 2020-11-10
v1.14.1 / 2020-11-10
==================
* chore: upgrade dependpencies.
* Merge pull request #46 from luoyhang003/master
* fix: graphql query error without session.
* chore: update npm config.
v1.14.0 / 2020-11-10
====================
* Release v1.14.0
* chore: add fibjs version to be tested.

@@ -6,0 +15,0 @@ * feat: adjust fibjs 0.30.0, 0.31.0.

32

lib/utils/checkout_acl.js

@@ -153,19 +153,21 @@ Object.defineProperty(exports, "__esModule", { value: true });

*/
if (_checkout_acl_role(acl[session.id]))
return aclAct;
/*
{
'roles': {
'r1': {}
if (session !== undefined) {
if (_checkout_acl_role(acl[session.id]))
return aclAct;
/*
{
'roles': {
'r1': {}
}
}
*/
var roles = session.roles;
if (roles !== undefined) {
var role_acls = acl.roles;
if (role_acls !== undefined) {
for (var i = roles.length - 1; i >= 0; i--)
if (_checkout_acl_role(role_acls[roles[i]]))
return aclAct;
}
}
*/
var roles = session.roles;
if (roles !== undefined) {
var role_acls = acl.roles;
if (role_acls !== undefined) {
for (var i = roles.length - 1; i >= 0; i--)
if (_checkout_acl_role(role_acls[roles[i]]))
return aclAct;
}
}

@@ -172,0 +174,0 @@ /*

{
"name": "fib-app",
"version": "1.14.0",
"version": "1.14.1",
"description": "",

@@ -53,3 +53,3 @@ "main": "lib",

"fib-session": "^0.4.1",
"fib-typify": "^0.6.0",
"fib-typify": "^0.8.5",
"vuepress": "^1.0.3",

@@ -56,0 +56,0 @@ "webpack": "^4.39.2"

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