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

@mercuryworkshop/epoxy-tls

Package Overview
Dependencies
Maintainers
0
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 2.0.3-1 to 2.0.3-2

59

package.json
{
"name": "@mercuryworkshop/epoxy-tls",
"version": "2.0.3-1",
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
"scripts": {
"build": "./build.sh"
},
"keywords": [
"wasm",
"ssl",
"tls",
"rust",
"proxy",
"http"
],
"author": "MercuryWorkshop",
"repository": {
"type": "git",
"url": "git+https://github.com/MercuryWorkshop/epoxy-tls.git"
},
"license": "LGPL-3.0-only",
"exports": {
".": "./pkg/epoxy-module-bundled.js",
"./certs": "./pkg/certs-module.js"
},
"browser": "./pkg/epoxy-module-bundled.js",
"module": "./pkg/epoxy-module-bundled.js",
"main": "./pkg/epoxy-module-bundled.js",
"types": "./pkg/epoxy-module-bundled.d.ts"
"name": "@mercuryworkshop/epoxy-tls",
"version": "2.0.3-2",
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
"scripts": {
"build": "./build.sh"
},
"keywords": [
"wasm",
"ssl",
"tls",
"rust",
"proxy",
"http"
],
"author": "MercuryWorkshop",
"repository": {
"type": "git",
"url": "git+https://github.com/MercuryWorkshop/epoxy-tls.git"
},
"license": "LGPL-3.0-only",
"exports": {
"certs": "full/certs-module.js",
"epoxy": "full/epoxy-module.js",
"epoxy-bundled": "full/epoxy-module-bundled.js",
"minimal-epoxy": "minimal/epoxy-module.js",
"minimal-epoxy-bundled": "full/epoxy-module-bundled.js"
},
"browser": "./full/epoxy-module-bundled.js",
"module": "./full/epoxy-module-bundled.js",
"main": "./full/epoxy-module-bundled.js",
"types": "./full/epoxy-module-bundled.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