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

loopback-dynamo-model

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-dynamo-model - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

44

dist/remotes.js

@@ -238,45 +238,3 @@ // Generated by CoffeeScript 1.12.5

{
arg: "hashkey",
description: "Model hashkey",
http: {
source: "path"
},
required: true,
type: "any"
}, {
arg: "sortkey",
description: "Model sortkey",
http: {
source: "path"
},
required: true,
type: "any"
}, {
arg: "data",
description: "An object of model property name/value pairs",
http: {
source: "body"
},
type: "object"
}
],
accessType: "WRITE",
aliases: ["updateAttributes"],
description: "Patch attributes for a model instance and persist it into the data source.",
http: [
{
path: "/:hashkey/:sortkey",
verb: "patch"
}
],
returns: {
arg: "data",
root: true,
type: Model.modelName
}
},
patchOrCreate: {
accepts: [
{
arg: "data",
description: "Model instance data",

@@ -291,3 +249,3 @@ http: {

aliases: ["upsert", "updateOrCreate"],
description: "Patch an existing model instance or insert a new one into the data source.",
description: "Patch attributes for a model instance and persist it into the data source.",
http: [

@@ -294,0 +252,0 @@ {

2

package.json
{
"name": "loopback-dynamo-model",
"version": "3.0.0",
"version": "3.1.0",
"description": "Loopback dynamo model to provide which endpoints to share ",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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