tlsclientwrapper
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "tlsclientwrapper", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
# TlsClient | ||
# TlsClientWrapper | ||
A wrapper for `bogdanfinn/tls-client` based on ffi-rs for unparalleled performance and usability. Inspired by `@dryft/tlsclient`. | ||
@@ -7,3 +7,3 @@ | ||
```bash | ||
npm install tlsclient | ||
npm install tlsclientwrapper | ||
``` | ||
@@ -22,3 +22,3 @@ | ||
```js | ||
import tlsClient from 'tlsClient'; | ||
import tlsClient from 'tlsclientwrapper'; | ||
const client = new tlsClient(); | ||
@@ -31,3 +31,3 @@ | ||
```js | ||
import tlsClient from 'tlsClient'; | ||
import tlsClient from 'tlsclientwrapper'; | ||
const client = new tlsClient({ | ||
@@ -55,3 +55,3 @@ defaultHeaders: { | ||
```js | ||
import tlsClient from 'tlsClient'; | ||
import tlsClient from 'tlsclientwrapper'; | ||
const client = new tlsClient({ | ||
@@ -58,0 +58,0 @@ tlsClientIdentifier: "chrome_120" // For alternatives, check the docs or the JSDocs |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42867