New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/relations-plugin

Package Overview
Dependencies
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/relations-plugin - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

4

entity.js

@@ -35,3 +35,3 @@ import {

},
access: config.access,
access: config.readAccess,
accessControl: entityAccessControl(context, config.readAccessControl || config.writeAccessControl),

@@ -174,3 +174,3 @@ daoPath(properties, { client, context }) {

const data = extractObjectData(writeableProperties, properties, entity)
await App.validation.validate({ ...identifiers, ...data }, validators,
await App.validation.validate({ ...data }, validators,
{ source: action, action, service, app, client })

@@ -177,0 +177,0 @@ await fireChangeTriggers(context, null, id,

{
"name": "@live-change/relations-plugin",
"version": "0.8.7",
"version": "0.8.8",
"description": "",

@@ -25,6 +25,6 @@ "main": "index.js",

"dependencies": {
"@live-change/framework": "^0.8.7",
"@live-change/framework": "^0.8.8",
"pluralize": "^8.0.0"
},
"gitHead": "b00392ddc91b273e8e7b6d2bdf543f8fe0aec0ca"
"gitHead": "77eafa414e091c8d34ae63ee8927d53f3bde893d"
}
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