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

ekms

Package Overview
Dependencies
Maintainers
0
Versions
1120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ekms - npm Package Compare versions

Comparing version 8.0.0-beta.84 to 8.0.0-beta.86

13

common/stm.js

@@ -42,3 +42,6 @@ const { knowledgeModule, where } = require('./runtime').theprogrammablemind

mentioned({ context:concept, value=null } = {}) {
mentioned({ context:concept, value=null, frameOfReference } = {}) {
if (!frameOfReference) {
frameOfReference = this._objects
}
// TODO value should perhaps have been called id as in concept id and then value could be value

@@ -65,4 +68,4 @@ if (value) {

}
this._objects.mentioned = this._objects.mentioned.filter( (context) => context.stm && context.stm.id != concept.stm.id )
this._objects.mentioned.unshift(concept)
frameOfReference.mentioned = (frameOfReference.mentioned || []).filter( (context) => context.stm && context.stm.id != concept.stm.id )
frameOfReference.mentioned.unshift(concept)
}

@@ -250,4 +253,4 @@

config.addArgs(({kms}) => ({
mentioned: ({ context }) => {
kms.stm.api.mentioned({ context })
mentioned: (args) => {
kms.stm.api.mentioned(args)
},

@@ -254,0 +257,0 @@ mentions: (args) => {

@@ -310,6 +310,6 @@ {

"argparse": "^2.0.1",
"theprogrammablemind": "8.0.0-beta.84"
"theprogrammablemind": "8.0.0-beta.86"
},
"version": "8.0.0-beta.84",
"version": "8.0.0-beta.86",
"license": "UNLICENSED"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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