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.3 to 1.13.4

8

CHANGELOG.md
v1.13.3 / 2018-11-30
n.n.n / 2018-11-30
==================
* robust.
v1.13.3 / 2018-11-30
====================
* Release v1.13.3
* make common property's name customizable.

@@ -6,0 +12,0 @@ * support intercerpt association fields in rest api's extend-operation.

2

lib/db.js

@@ -17,3 +17,3 @@ const orm = require("@fxjs/orm");

var ormInstance = orm.connectSync(connStr);
ormUtils.setOrmDefaultSettings(orm);
ormUtils.setOrmDefaultSettings(ormInstance);
var spec_keys = {

@@ -20,0 +20,0 @@ createdAt: ormUtils.getCreatedAtField(ormInstance.settings),

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