New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mercuryworkshop/epoxy-tls

Package Overview
Dependencies
Maintainers
4
Versions
52
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.2 to 1.1.0

demo.js

14

package.json
{
"name": "@mercuryworkshop/epoxy-tls",
"version": "1.0.2",
"version": "1.1.0",
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
"scripts": {
"build": "cd client && ./build.sh"
"build": "./build.sh"
},

@@ -18,7 +18,7 @@ "keywords": [

"repository": "https://github.com/MercuryWorkshop/epoxy-tls",
"license": "MIT",
"browser": "./client/module.js",
"module": "./client/module.js",
"main": "./client/module.js",
"types": "./client/module.d.ts"
"license": "LGPL-3.0-only",
"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"
}
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