@mercuryworkshop/epoxy-tls
Advanced tools
Comparing version 2.0.3-1 to 2.0.3-2
{ | ||
"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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9273821
7