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
1
Versions
216
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.6.4 to 0.6.5

6

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

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

"dependencies": {
"@live-change/framework": "^0.6.4",
"@live-change/framework": "^0.6.5",
"pluralize": "8.0.0"
},
"gitHead": "7a2db2aaf4b35a65bbbe90a979eb08ae5f216cf8"
"gitHead": "6ffba5113875638abf4203b56bdab5ed6a2e5e55"
}

@@ -168,3 +168,3 @@ const App = require("@live-change/framework")

const sortFieldsUc = sortFields.map(fd => fd.slice(0, 1).toUpperCase() + fd.slice(1))
const indexName = 'by' + context.joinedOthersClassName + sortFieldsUc.join('')
const indexName = 'by' + context.joinedOthersClassName + 'And' + sortFieldsUc.join('And')
const property = [...(context.otherPropertyNames.map(prop => [prop + 'Type', prop]).flat()), ...sortFields]

@@ -171,0 +171,0 @@ console.log("DEFINE SORT INDEX", sortFields, "NAME", indexName, "PROP", property)

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