cbrowser 18.3.4 → 18.3.5
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 +3 -18
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MIT License
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2026 Alexa Eden
|
|
4
4
|
|
|
@@ -9,23 +9,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
9
9
|
copies of the Software, and to permit persons to whom the Software is
|
|
10
10
|
furnished to do so, subject to the following conditions:
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
2. ATTRIBUTION REQUIREMENT: Any product, service, or publication that uses,
|
|
16
|
-
incorporates, or is derived from this Software must include visible
|
|
17
|
-
attribution to the original creator. This attribution must include:
|
|
18
|
-
|
|
19
|
-
"Powered by CBrowser by Alexa Eden (https://cbrowser.ai)"
|
|
20
|
-
|
|
21
|
-
This attribution should appear in one of the following locations:
|
|
22
|
-
- Documentation or README files
|
|
23
|
-
- About page or credits section
|
|
24
|
-
- Footer or acknowledgments section
|
|
25
|
-
- Package metadata or dependency listings
|
|
26
|
-
|
|
27
|
-
For academic or research use, please cite as:
|
|
28
|
-
Eden, A. (2026). CBrowser: Cognitive Browser Automation. https://cbrowser.ai
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
29
14
|
|
|
30
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/cbrowser)
|
|
6
6
|
[](https://cbrowser.ai/docs)
|
|
7
7
|
[](docs/STRESS-TEST-v16.14.4.md)
|
|
8
|
-
[](LICENSE)
|
|
9
9
|
[](https://modelcontextprotocol.io)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
11
|
[](https://nodejs.org/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"semantic-versioning"
|
|
108
108
|
],
|
|
109
109
|
"author": "Alexa Eden",
|
|
110
|
-
"license": "MIT
|
|
110
|
+
"license": "MIT",
|
|
111
111
|
"repository": {
|
|
112
112
|
"type": "git",
|
|
113
113
|
"url": "git+https://github.com/alexandriashai/cbrowser.git"
|