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

@mercuryworkshop/epoxy-tls

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mercuryworkshop/epoxy-tls - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

client/index.js

28

package.json
{
"name": "@mercuryworkshop/epoxy-tls",
"version": "1.0.0",
"version": "1.0.2",
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",

@@ -8,19 +8,17 @@ "scripts": {

},
"keywords": ["wasm", "ssl", "tls", "rust", "proxy", "http"],
"keywords": [
"wasm",
"ssl",
"tls",
"rust",
"proxy",
"http"
],
"author": "MercuryWorkshop",
"repository": "https://github.com/MercuryWorkshop/epoxy-tls",
"license": "MIT",
"exports": {
".": {
"node": {
"import": "./client/dist/epoxy_client.js",
"require": "./client/out/epoxy_client.js"
},
"browser": {
"import": "./client/dist/epoxy_client.js",
"require": "./client/out/epoxy_client.js"
},
"types":"./client/dist/epoxy_client.d.ts"
}
}
"browser": "./client/module.js",
"module": "./client/module.js",
"main": "./client/module.js",
"types": "./client/module.d.ts"
}
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