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
262
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.1 to 0.6.2

5

itemOfAny.js
const {
defineAnyProperties, defineAnyIndex,
defineAnyProperties, defineAnyIndexes,
processModelsAnyAnnotation

@@ -21,3 +21,3 @@ } = require('./utilsAny.js')

context.identifiers = defineAnyProperties(context.model, context.otherPropertyNames)
defineAnyIndex(context.model, context.joinedOthersClassName, context.otherPropertyNames)
defineAnyIndexes(context.model, context.otherPropertyNames)

@@ -32,2 +32,3 @@ if(config.sortBy) {

defineView(config, context)
// TODO: multiple views with all properties combinations
}

@@ -34,0 +35,0 @@ /// TODO: multiple views with limited fields

6

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

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

"dependencies": {
"@live-change/framework": "^0.6.1",
"@live-change/framework": "^0.6.2",
"pluralize": "8.0.0"
},
"gitHead": "64a9e476bdeec727ff5b8bedbaef65078f1b32f2"
"gitHead": "02153d427b43f1766ee50d90cb531f63adeb7b0b"
}
const {
defineAnyProperties, defineAnyIndex, defineAnyIndexes,
defineAnyProperties, defineAnyIndexes,
processModelsAnyAnnotation, generateAnyId

@@ -4,0 +4,0 @@ } = require('./utilsAny.js')

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