Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tlsclientwrapper

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tlsclientwrapper - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc