@mercuryworkshop/epoxy-transport
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@mercuryworkshop/epoxy-transport", | ||
"version": "2.1.1", | ||
"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.4-2", | ||
"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.0", | ||
"esbuild": "^0.19.11", | ||
"esbuild-plugin-d.ts": "^1.2.2" | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"node": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.cjs" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "node esbuild.bundle.mjs" | ||
} | ||
} | ||
"name": "@mercuryworkshop/epoxy-transport", | ||
"version": "2.1.2", | ||
"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.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.0", | ||
"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" | ||
} | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { BareHeaders, BareResponse, TransferrableResponse, type BareTransport } from "@mercuryworkshop/bare-mux"; | ||
import type { BareHeaders, BareResponse, TransferrableResponse, BareTransport } from "@mercuryworkshop/bare-mux"; | ||
import epoxy from "@mercuryworkshop/epoxy-tls"; | ||
@@ -3,0 +3,0 @@ //@ts-expect-error typescript doesnt follow the npm exports for some reason |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5507583
10
17757
+ Added@mercuryworkshop/epoxy-tls@2.0.6-1(transitive)
- Removed@mercuryworkshop/epoxy-tls@2.0.4-2(transitive)