@scion-scxml/monitor-middleware 1.0.20 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +10 -56
- package/package.json +5 -7
- package/licensezero.json +0 -18
package/LICENSE
CHANGED
|
@@ -1,59 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright 2026 Jacob Beard
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
any patent claim I can license that covers this software as of my
|
|
13
|
-
latest contribution, or both.
|
|
14
|
-
|
|
15
|
-
1. Contribute source code for changes you make to this software.
|
|
16
|
-
|
|
17
|
-
2. If you run or combine this software with other software in any
|
|
18
|
-
larger program, contribute all source code for that program.
|
|
19
|
-
|
|
20
|
-
3. Contribute all source code for software you develop, deploy,
|
|
21
|
-
monitor, or run with this software.
|
|
22
|
-
|
|
23
|
-
4. Ensure everyone who gets a copy of this software from you,
|
|
24
|
-
in source code or any other form, gets the text of this
|
|
25
|
-
license and the copyright and source notices above.
|
|
26
|
-
|
|
27
|
-
5. Do not make any legal claim against anyone for infringing
|
|
28
|
-
any patent claim they would infringe by using this software
|
|
29
|
-
alone, accusing this software, with or without changes,
|
|
30
|
-
alone or as part of a larger program.
|
|
31
|
-
|
|
32
|
-
To contribute source code, publish the preferred form for making
|
|
33
|
-
changes through a freely accessible distribution system widely
|
|
34
|
-
used for similar source code, and license contributions not
|
|
35
|
-
already licensed to the public on terms as permissive as this
|
|
36
|
-
license accordingly.
|
|
37
|
-
|
|
38
|
-
You are excused for unknowingly breaking 1, 2, or 3 if you
|
|
39
|
-
contribute source code, or stop doing anything requiring this
|
|
40
|
-
license, within 30 days of learning you broke the rule.
|
|
41
|
-
|
|
42
|
-
**This software comes as is, without any warranty at all. As far
|
|
43
|
-
as the law allows, I will not be liable for any damages related
|
|
44
|
-
to this software or this license, for any kind of legal claim.**
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
Licensor Signature (Ed25519):
|
|
50
|
-
|
|
51
|
-
2bb8b394d0dda11ed7d6ba978022d0cc1a395478f6fee999d455648dea6a47c5
|
|
52
|
-
dd47a8c9a503926e26290fa011de7bfd717bac389e93166f3511cd9a4b7ca102
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
Agent Signature (Ed25519):
|
|
57
|
-
|
|
58
|
-
146f0424ffe9fcbd333d82289aa529188451db425382f3d5f99c001d35ee6191
|
|
59
|
-
e6f211982f44d87922c6d594bb31ad2fb7ed949c71f16f5f3118d8fd17725b09
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scion-scxml/monitor-middleware",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "SCION monitor server",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -10,22 +10,20 @@
|
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
11
11
|
"fix-global": "sed -i -e 's/g.monitorClient = f()/g.scion = g.scion || {}; g.scion.monitorClient = f();/' dist/monitorClient.js",
|
|
12
12
|
"bundle": "browserify client.js -d -o dist/monitorClient.js -s monitorClient -v",
|
|
13
|
-
"build": "mkdir -p dist && npm run bundle && npm run fix-global"
|
|
14
|
-
"postinstall": "licensezero-postinstall"
|
|
13
|
+
"build": "mkdir -p dist && npm run bundle && npm run fix-global"
|
|
15
14
|
},
|
|
16
15
|
"author": "Jacob Beard <jake@jacobeanrnd.com>",
|
|
17
|
-
"license": "
|
|
16
|
+
"license": "Apache-2.0",
|
|
18
17
|
"repository": "https://gitlab.com/scion-scxml/monitor-middleware.git",
|
|
19
18
|
"homepage": "https://gitlab.com/scion-scxml/monitor-middleware",
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@scion-scxml/dashboard": "^1.0.
|
|
20
|
+
"@scion-scxml/dashboard": "^1.0.27",
|
|
22
21
|
"cheerio": "^1.0.0-rc.2",
|
|
23
|
-
"licensezero-postinstall": "^1.0.0",
|
|
24
22
|
"restify": "^6.3.4",
|
|
25
23
|
"restify-cors-middleware": "^1.1.1"
|
|
26
24
|
},
|
|
27
25
|
"devDependencies": {
|
|
28
26
|
"browserify": "^14.3.0"
|
|
29
27
|
},
|
|
30
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7"
|
|
31
29
|
}
|
package/licensezero.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"licensezero": [
|
|
4
|
-
{
|
|
5
|
-
"agentSignature": "071d531c341ea32726090ccb40dd64fbffd105a1986c2fd90ee38700e6966a2040acdab1ded46f361e9460bb12c0f629a6022f8bdc0a05f2c8d98e6e0600f906",
|
|
6
|
-
"license": {
|
|
7
|
-
"homepage": "https://www.npmjs.com/package/@scion-scxml/monitor-middleware",
|
|
8
|
-
"jurisdiction": "US-DE",
|
|
9
|
-
"name": "Jacobean Research and Development",
|
|
10
|
-
"projectID": "657133fd-7853-4c70-924e-6b176b78e601",
|
|
11
|
-
"publicKey": "5c9441fef36e5952d1906de3951b423a2e258c71cc9f5aea154a0319f5d73a10",
|
|
12
|
-
"terms": "parity",
|
|
13
|
-
"version": "3.0.0"
|
|
14
|
-
},
|
|
15
|
-
"licensorSignature": "8d22ed5862a350144ebfbf35760998f0917a52cd8b9e1e81d3903b7942cf0c488e1e9afb1acec50bad1e264df0e9dfc000ed075f5ec516ff83a84f0e9330c70d"
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|