@safebrowse/playwright-adapter 0.1.2-rc.1 → 0.1.2

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.
Files changed (3) hide show
  1. package/LICENSE +15 -15
  2. package/README.md +15 -15
  3. package/package.json +58 -58
package/LICENSE CHANGED
@@ -1,15 +1,15 @@
1
- SafeBrowse Non-Commercial License 1.0
2
-
3
- Copyright (c) 2026 RobKang1234. All rights reserved.
4
-
5
- This package is licensed for non-commercial use only.
6
-
7
- You may use, copy, modify, and redistribute this package for
8
- non-commercial purposes only, provided that you preserve this license
9
- notice and all copyright notices.
10
-
11
- Commercial use is prohibited without prior written permission from the
12
- copyright holder.
13
-
14
- The full license text is distributed in the repository root `LICENSE`
15
- file for SafeBrowse.
1
+ SafeBrowse Non-Commercial License 1.0
2
+
3
+ Copyright (c) 2026 RobKang1234. All rights reserved.
4
+
5
+ This package is licensed for non-commercial use only.
6
+
7
+ You may use, copy, modify, and redistribute this package for
8
+ non-commercial purposes only, provided that you preserve this license
9
+ notice and all copyright notices.
10
+
11
+ Commercial use is prohibited without prior written permission from the
12
+ copyright holder.
13
+
14
+ The full license text is distributed in the repository root `LICENSE`
15
+ file for SafeBrowse.
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # `@safebrowse/playwright-adapter`
2
-
3
- Reference Playwright adapter for the SafeBrowse runtime.
4
-
5
- ## Install
6
-
7
- ```bash
8
- npm install @safebrowse/playwright-adapter playwright-core
9
- ```
10
-
11
- This package keeps `playwright-core` as a peer dependency so you can match your own browser runtime.
12
-
13
- See the repository README for the broader SafeBrowse workflow:
14
-
15
- - https://github.com/RobKang1234/safebrowse-sdk#readme
1
+ # `@safebrowse/playwright-adapter`
2
+
3
+ Reference Playwright adapter for the SafeBrowse runtime.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @safebrowse/playwright-adapter playwright-core
9
+ ```
10
+
11
+ This package keeps `playwright-core` as a peer dependency so you can match your own browser runtime.
12
+
13
+ See the repository README for the broader SafeBrowse workflow:
14
+
15
+ - https://github.com/RobKang1234/safebrowse-sdk#readme
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "@safebrowse/playwright-adapter",
3
- "version": "0.1.2-rc.1",
4
- "description": "Playwright reference adapter for the SafeBrowse runtime",
5
- "license": "SEE LICENSE IN LICENSE",
6
- "type": "module",
7
- "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/RobKang1234/safebrowse-sdk.git",
12
- "directory": "packages/playwright-adapter"
13
- },
14
- "homepage": "https://github.com/RobKang1234/safebrowse-sdk#readme",
15
- "bugs": {
16
- "url": "https://github.com/RobKang1234/safebrowse-sdk/issues"
17
- },
18
- "keywords": [
19
- "agent-security",
20
- "browser-agents",
21
- "playwright",
22
- "reference-adapter",
23
- "safebrowse"
24
- ],
25
- "publishConfig": {
26
- "access": "public",
27
- "provenance": false
28
- },
29
- "engines": {
30
- "node": "\u003e=22.0.0"
31
- },
32
- "exports": {
33
- ".": {
34
- "types": "./dist/index.d.ts",
35
- "import": "./dist/index.js"
36
- }
37
- },
38
- "files": [
39
- "dist",
40
- "README.md"
41
- ],
42
- "scripts": {
43
- "build": "tsc -p tsconfig.json",
44
- "typecheck": "tsc -p tsconfig.json --noEmit"
45
- },
46
- "dependencies": {
47
- "@safebrowse/core": "0.1.2-rc.1"
48
- },
49
- "peerDependencies": {
50
- "playwright-core": "\u003e=1.49.0"
51
- },
52
- "peerDependenciesMeta": {
53
- "playwright-core": {
54
- "optional": true
55
- }
56
- },
57
- "sideEffects": false
58
- }
1
+ {
2
+ "name": "@safebrowse/playwright-adapter",
3
+ "version": "0.1.2",
4
+ "description": "Playwright reference adapter for the SafeBrowse runtime",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/RobKang1234/safebrowse-sdk.git",
12
+ "directory": "packages/playwright-adapter"
13
+ },
14
+ "homepage": "https://github.com/RobKang1234/safebrowse-sdk#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/RobKang1234/safebrowse-sdk/issues"
17
+ },
18
+ "keywords": [
19
+ "agent-security",
20
+ "browser-agents",
21
+ "playwright",
22
+ "reference-adapter",
23
+ "safebrowse"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "provenance": true
28
+ },
29
+ "engines": {
30
+ "node": ">=22.0.0"
31
+ },
32
+ "exports": {
33
+ ".": {
34
+ "types": "./dist/index.d.ts",
35
+ "import": "./dist/index.js"
36
+ }
37
+ },
38
+ "files": [
39
+ "dist",
40
+ "README.md"
41
+ ],
42
+ "scripts": {
43
+ "build": "tsc -p tsconfig.json",
44
+ "typecheck": "tsc -p tsconfig.json --noEmit"
45
+ },
46
+ "dependencies": {
47
+ "@safebrowse/core": "0.1.2"
48
+ },
49
+ "peerDependencies": {
50
+ "playwright-core": ">=1.49.0"
51
+ },
52
+ "peerDependenciesMeta": {
53
+ "playwright-core": {
54
+ "optional": true
55
+ }
56
+ },
57
+ "sideEffects": false
58
+ }