@datadome/node-core
Version:
Core package for server-side modules using Node.js
35 lines (21 loc) • 693 B
Markdown
# DataDome Node core
## 2.2.0
- Add `CookiesList` to payloads sent to Protection API
## 2.1.0
- Add GraphQL support for POST requests
## 2.0.1
- Handle null response from the Protection API
- Add limits for header truncation
## 2.0.0
- Update configuration for v2
- remove `endpointPath` from the parameters
- remove `shouldUseSsl`, the protocol used by default is https
- `uriRegexExclusion` becomes `urlPatternExclusion`
- `uriRegex` becomes `urlPatternInclusion`
- rename `ConstructorParameters` to `DataDomeParameters`
## 1.1.0
- Add support for nonce injection on HTML body for blocked requests
## 1.0.1
- Implement `getHeadersValue` function
## 1.0.0
- Initial release