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

@wmfs/pg-model

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/pg-model - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## [1.1.1](https://github.com/wmfs/pg-model/compare/v1.1.0...v1.1.1) (2018-07-30)
### 🐛 Bug Fixes
* Fix upsert when on conflict do nothing ([3483d8f](https://github.com/wmfs/pg-model/commit/3483d8f))
### 🛠 Builds
* **deps-dev:** update semantic-release requirement to 15.9.1 ([78309e8](https://github.com/wmfs/pg-model/commit/78309e8))
# [1.1.0](https://github.com/wmfs/pg-model/compare/v1.0.2...v1.1.0) (2018-07-28)

@@ -2,0 +14,0 @@

2

lib/Model/actions/Creator.js

@@ -96,3 +96,3 @@ 'use strict'

if (this.model.modifiedByField) {
if (this.model.modifiedByField && whereParts.length > 0) {
updateColumns.push(this.model.modifiedByField)

@@ -99,0 +99,0 @@ parsedDoc.keyAndAttributeValues.push(this.model.currentUserFn())

{
"name": "@wmfs/pg-model",
"version": "1.1.0",
"version": "1.1.1",
"description": "Takes a relational database structure and returns model objects for noSQL-like abilities.",

@@ -37,3 +37,3 @@ "author": "West Midlands Fire Service",

"nyc": "12.0.2",
"semantic-release": "15.8.1",
"semantic-release": "15.9.1",
"standard": "11.0.1",

@@ -40,0 +40,0 @@ "@semantic-release/changelog": "3.0.0",

Sorry, the diff of this file is not supported yet

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