Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.1] - 2026-05-29

### Fixed
- Corrected repository URLs to `WebDecoy/node-sdk`
- Corrected repository URLs to `WebDecoy/node`
- Updated CI to Node 20/22 and regenerated the lock file

### Changed
Expand Down Expand Up @@ -92,9 +92,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Contributing guidelines
- MIT License

[Unreleased]: https://github.com/WebDecoy/node-sdk/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/WebDecoy/node-sdk/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/WebDecoy/node-sdk/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/WebDecoy/node-sdk/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/WebDecoy/node-sdk/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/WebDecoy/node-sdk/releases/tag/v0.1.0
[Unreleased]: https://github.com/WebDecoy/node/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/WebDecoy/node/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/WebDecoy/node/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/WebDecoy/node/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/WebDecoy/node/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/WebDecoy/node/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Thank you for your interest in contributing to the Web Decoy Node.js SDK! This g
1. **Fork and clone the repository:**

```bash
git clone https://github.com/your-username/webdecoy-node.git
cd webdecoy-node
git clone https://github.com/your-username/node.git
cd node
```

2. **Install dependencies:**
Expand All @@ -26,7 +26,7 @@ npm run build
## Project Structure

```
webdecoy-node/
node/
├── packages/
│ ├── webdecoy/ # Core SDK
│ └── express/ # Express middleware
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ See [examples](./examples) for complete working setups — e.g. [express-basic](

- **Website**: [webdecoy.com](https://webdecoy.com)
- **Dashboard**: [app.webdecoy.com](https://app.webdecoy.com)
- **Issues**: [github.com/WebDecoy/node-sdk/issues](https://github.com/WebDecoy/node-sdk/issues)
- **Issues**: [github.com/WebDecoy/node/issues](https://github.com/WebDecoy/node/issues)
- **Email**: support@webdecoy.com

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Web Decoy Node.js SDK - Bot detection with TLS fingerprinting",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git"
"url": "git+https://github.com/WebDecoy/node.git"
},
"author": "Web Decoy",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @webdecoy/client

Browser widget for [WebDecoy](https://github.com/WebDecoy/node-sdk) captcha — collects behavioral, environmental, and fingerprint signals, solves a SHA-256 proof-of-work, and submits to your WebDecoy-protected server.
Browser widget for [WebDecoy](https://github.com/WebDecoy/node) captcha — collects behavioral, environmental, and fingerprint signals, solves a SHA-256 proof-of-work, and submits to your WebDecoy-protected server.

[![npm version](https://img.shields.io/npm/v/@webdecoy/client.svg)](https://www.npmjs.com/package/@webdecoy/client)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"author": "Web Decoy",
"license": "MIT",
"homepage": "https://github.com/WebDecoy/node-sdk#readme",
"homepage": "https://github.com/WebDecoy/node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git",
"url": "git+https://github.com/WebDecoy/node.git",
"directory": "packages/client"
},
"bugs": {
"url": "https://github.com/WebDecoy/node-sdk/issues"
"url": "https://github.com/WebDecoy/node/issues"
},
"devDependencies": {
"@types/jest": "^29.5.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ API keys start with `sk_live_` for production or `sk_test_` for testing.

## Documentation

For full documentation, visit the [GitHub repository](https://github.com/webdecoy/webdecoy-node).
For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node).

## License

Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
],
"author": "Web Decoy",
"license": "MIT",
"homepage": "https://github.com/WebDecoy/node-sdk#readme",
"homepage": "https://github.com/WebDecoy/node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git",
"url": "git+https://github.com/WebDecoy/node.git",
"directory": "packages/express"
},
"bugs": {
"url": "https://github.com/WebDecoy/node-sdk/issues"
"url": "https://github.com/WebDecoy/node/issues"
},
"dependencies": {
"@webdecoy/node": "^0.4.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
],
"author": "Web Decoy",
"license": "MIT",
"homepage": "https://github.com/WebDecoy/node-sdk#readme",
"homepage": "https://github.com/WebDecoy/node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git",
"url": "git+https://github.com/WebDecoy/node.git",
"directory": "packages/fastify"
},
"bugs": {
"url": "https://github.com/WebDecoy/node-sdk/issues"
"url": "https://github.com/WebDecoy/node/issues"
},
"dependencies": {
"@webdecoy/node": "^0.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
],
"author": "Web Decoy",
"license": "MIT",
"homepage": "https://github.com/WebDecoy/node-sdk#readme",
"homepage": "https://github.com/WebDecoy/node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git",
"url": "git+https://github.com/WebDecoy/node.git",
"directory": "packages/nextjs"
},
"bugs": {
"url": "https://github.com/WebDecoy/node-sdk/issues"
"url": "https://github.com/WebDecoy/node/issues"
},
"dependencies": {
"@webdecoy/node": "^0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/webdecoy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ API keys start with `sk_live_` for production or `sk_test_` for testing.

## Documentation

For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node-sdk).
For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node).

## License

Expand Down
6 changes: 3 additions & 3 deletions packages/webdecoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
],
"author": "Web Decoy",
"license": "MIT",
"homepage": "https://github.com/WebDecoy/node-sdk#readme",
"homepage": "https://github.com/WebDecoy/node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WebDecoy/node-sdk.git",
"url": "git+https://github.com/WebDecoy/node.git",
"directory": "packages/webdecoy"
},
"bugs": {
"url": "https://github.com/WebDecoy/node-sdk/issues"
"url": "https://github.com/WebDecoy/node/issues"
},
"dependencies": {
"axios": "^1.6.5"
Expand Down