New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ekms

Package Overview
Dependencies
Maintainers
0
Versions
1176
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.9.0-beta.14 to 8.9.0-beta.15

4

common/articles.js

@@ -14,2 +14,3 @@ const { knowledgeModule, where, stableId } = require('./runtime').theprogrammablemind

"([that])",
"([everything])",
"([queryable])",

@@ -26,2 +27,5 @@ /*

// { id: "whatAble", level: 0, bridge: "{ ...next(operator) }" },
{
id: 'everything',
},
{

@@ -28,0 +32,0 @@ id: 'the',

@@ -137,2 +137,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -532,2 +537,7 @@ "theAble",

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -1125,2 +1135,7 @@ "theAble",

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -1127,0 +1142,0 @@ "theAble",

18

common/dialogues.js

@@ -101,3 +101,2 @@ const { knowledgeModule, where, stableId } = require('./runtime').theprogrammablemind

positive: [
// [['is', 0], ['unknown', 0]],
// [['is', 0], ['unknown', 1]],

@@ -115,2 +114,8 @@ // [['isEd', 0], ['means', 0]],

{
id: 'queryable',
children: [
'negatable'
],
},
{
id: 'makeObject',

@@ -171,13 +176,3 @@ bridge: "{ ...next(operator), object: after[0] }",

{ id: "canBeQuestion", level: 1, bridge: "{ ...next(operator) }" },
// { id: "unknown", level: 0, bridge: "{ ...next(operator), unknown: true, dead: true }" },
// { id: "unknown", level: 1, bridge: "{ ...next(operator) }" },
// { id: "queryable", level: 0, bridge: "{ ...next(operator) }" },
{ id: "questionMark", level: 0, bridge: "{ ...before[0], query: [before.marker] }" },
// { id: "isEd", level: 0, bridge: "{ ...context, query: true }" },
// gregbug
// context.subject == ['owner'] but could be list of properties
// { id: "isEd", level: 0, bridge: "{ number: operator.number, ...context, [subject].number: operator.number }" },
// { id: "isEd", level: 0, bridge: "{ number: operator.number, ...context, properties(subject).number: operator.number }" },
// NO or symlink subject: link(current.ownee) // any other operator...
// NO { id: "isEd", level: 0, bridge: "{ number: operator.number, ...context, subject.number: operator.number }" },
{

@@ -354,2 +349,3 @@ id: "isEd",

['whatAble', 'queryable'],
['negatable', 'queryable'],
['is', 'canBeQuestion'],

@@ -356,0 +352,0 @@ ['it', 'toAble'],

@@ -555,2 +555,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -557,0 +562,0 @@ "theAble",

@@ -144,2 +144,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -988,6 +993,2 @@ "theAble",

"unknown",
0
],
[
"unknown",
1

@@ -1014,6 +1015,2 @@ ]

[
"the",
0
],
[
"unknown",

@@ -1026,25 +1023,3 @@ 1

"feel",
0
],
[
"is",
0
],
[
"means",
0
],
[
"propertyOf",
0
],
[
"unknown",
1
]
],
[
[
"feel",
1
],

@@ -1218,6 +1193,2 @@ [

"unknown",
0
],
[
"unknown",
1

@@ -1244,6 +1215,2 @@ ]

[
"the",
0
],
[
"unknown",

@@ -1256,25 +1223,3 @@ 1

"feel",
0
],
[
"is",
0
],
[
"means",
0
],
[
"propertyOf",
0
],
[
"unknown",
1
]
],
[
[
"feel",
1
],

@@ -1281,0 +1226,0 @@ [

@@ -477,2 +477,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -479,0 +484,0 @@ "theAble",

@@ -844,2 +844,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -846,0 +851,0 @@ "theAble",

@@ -453,2 +453,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -455,0 +460,0 @@ "theAble",

@@ -200,2 +200,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -1047,2 +1052,7 @@ "theAble",

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -1049,0 +1059,0 @@ "theAble",

@@ -118,2 +118,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -120,0 +125,0 @@ "theAble",

@@ -844,2 +844,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -846,0 +851,0 @@ "theAble",

@@ -183,2 +183,7 @@ {

[
"negatable",
"queryable",
false
],
[
"noun",

@@ -185,0 +190,0 @@ "theAble",

@@ -21,2 +21,12 @@ const { knowledgeModule, where, Digraph } = require('./runtime').theprogrammablemind

make every word bold and underlines and blue -> weirdly "bold underlined and blue" works
make the font ...
make the color blue
make the color of the first paragraph blue
4 letter word
4 to 6 letter word
word with 'a' in it
words containing a
every 5th word
*/

@@ -71,2 +81,3 @@

'bold, italic, code and underlined are styles',
// 'styles are negatable',
"resetIdSuffix",

@@ -84,7 +95,13 @@ {

localHierarchy: [
['thisitthat', 'statefulElement'],
['thisitthat', 'statefulElement_wp'],
['everything', 'statefulElement_wp'],
],
semantic: ({api, isA, context, toArray}) => {
const unit = root(context.element.marker)
const scope = context.element.quantity.quantity
let unit = root(context.element.marker)
let scope
if (isA(context.element, 'everything')) {
scope = 'all'
} else {
scope = context.element.quantity.quantity
}
const update = { unit, scope }

@@ -91,0 +108,0 @@ setUpdate(isA, update, toArray(context.state))

@@ -318,6 +318,6 @@ {

"argparse": "^2.0.1",
"theprogrammablemind": "8.9.0-beta.14"
"theprogrammablemind": "8.9.0-beta.15"
},
"version": "8.9.0-beta.14",
"version": "8.9.0-beta.15",
"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

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

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

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