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
0
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.53 to 0.8.54

6

package.json
{
"name": "@live-change/relations-plugin",
"version": "0.8.53",
"version": "0.8.54",
"description": "",

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

"dependencies": {
"@live-change/framework": "^0.8.53",
"@live-change/framework": "^0.8.54",
"pluralize": "^8.0.0"
},
"gitHead": "39422adadd1863fa396fc4e875936e09428d6cf1"
"gitHead": "1558b41fc331424507874c0afd3d149ffb849ca8"
}

@@ -25,3 +25,3 @@ import {

validation: ['nonEmpty'],
default: (_props, context) => context.client.user ? 'user_User' : 'session_Session'
updated: (_props, context) => context.client.user ? 'user_User' : 'session_Session'
}),

@@ -31,3 +31,3 @@ updater: new PropertyDefinition({

validation: ['nonEmpty'],
default: (_props, context) => context.client.user ? context.client.user : context.client.session
updated: (_props, context) => context.client.user ? context.client.user : context.client.session
})

@@ -34,0 +34,0 @@ }

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