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

@mercuryworkshop/epoxy-transport

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mercuryworkshop/epoxy-transport - npm Package Compare versions

Comparing version 2.1.3 to 2.1.5

dist/module.js

70

package.json
{
"name": "@mercuryworkshop/epoxy-transport",
"version": "2.1.3",
"description": "a bare transport that implements end-to-end encryption with epoxy-tls and wisp",
"main": "./dist/index.mjs",
"keywords": [],
"author": "",
"type": "module",
"license": "AGPL-3.0-only",
"dependencies": {
"@mercuryworkshop/epoxy-tls": "^2.0.6-1",
"esbuild-plugin-umd-wrapper": "^2.0.0",
"rollup": "^4.12.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.36.0"
},
"devDependencies": {
"@mercuryworkshop/bare-mux": "^2.0.1",
"esbuild": "^0.19.11",
"esbuild-plugin-d.ts": "^1.2.2"
},
"exports": {
".": {
"browser": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"node": {
"require": "./lib/index.cjs",
"import": "./lib/index.cjs"
}
}
},
"scripts": {
"build": "node esbuild.bundle.mjs"
}
}
"name": "@mercuryworkshop/epoxy-transport",
"version": "2.1.5",
"description": "a bare transport that implements end-to-end encryption with epoxy-tls and wisp",
"main": "./dist/index.mjs",
"keywords": [],
"author": "",
"type": "module",
"license": "AGPL-3.0-only",
"scripts": {
"build": "node esbuild.bundle.mjs",
"prepare": "npm run build"
},
"dependencies": {
"@mercuryworkshop/epoxy-tls": "2.1.0-1"
},
"devDependencies": {
"@mercuryworkshop/bare-mux": "^2.0.4",
"esbuild": "^0.19.12",
"esbuild-plugin-d.ts": "^1.3.0",
"esbuild-plugin-umd-wrapper": "^3.0.0"
},
"exports": {
".": {
"browser": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"node": {
"require": "./lib/index.cjs",
"import": "./lib/index.cjs"
}
}
}
}
import type { BareHeaders, BareResponse, TransferrableResponse, BareTransport } from "@mercuryworkshop/bare-mux";
import epoxy from "@mercuryworkshop/epoxy-tls";
//@ts-expect-error typescript doesnt follow the npm exports for some reason
import ROOTS from "@mercuryworkshop/epoxy-tls/certs"
export default class EpoxyClient implements BareTransport {

@@ -25,3 +23,3 @@ canstart = true;

options.wisp_v2 = this.wisp_v2;
this.epxclient = new EpoxyClient(this.wisp, ROOTS, options);
this.epxclient = new EpoxyClient(this.wisp, options);
this.EpoxyHandlers = EpoxyHandlers;

@@ -28,0 +26,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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