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

@live-change/relations-plugin

Package Overview
Dependencies
Maintainers
0
Versions
213
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.113 to 0.8.114

6

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

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

"dependencies": {
"@live-change/framework": "^0.8.113",
"@live-change/framework": "^0.8.114",
"pluralize": "^8.0.0"
},
"gitHead": "80dd8415e06d849cc00a7711c635a7388143ce1d"
"gitHead": "1a5a437aae382d766c2806a11f805370ee8cc40a"
}

@@ -58,3 +58,3 @@ import App from "@live-change/framework"

})
defineIndex(model, upperCaseProps.join('And'), props[propCombination])
defineIndex(model, upperCaseProps.join('And'), propCombination)
}

@@ -110,3 +110,4 @@ }

const otherNames = what.map(other => other.name ? other.name : other)
const otherPropertyNames = otherNames.map(name => name[0].toLowerCase() + name.slice(1))
const otherPropertyNames = config.propertyNames
?? otherNames.map(name => name[0].toLowerCase() + name.slice(1))

@@ -113,0 +114,0 @@ const joinedOthersPropertyName = (otherNames[0][0].toLowerCase() + otherNames[0].slice(1)) +

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