@mercuryworkshop/epoxy-tls
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "@mercuryworkshop/epoxy-tls", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser", | ||
@@ -8,19 +8,17 @@ "scripts": { | ||
}, | ||
"keywords": ["wasm", "ssl", "tls", "rust", "proxy", "http"], | ||
"keywords": [ | ||
"wasm", | ||
"ssl", | ||
"tls", | ||
"rust", | ||
"proxy", | ||
"http" | ||
], | ||
"author": "MercuryWorkshop", | ||
"repository": "https://github.com/MercuryWorkshop/epoxy-tls", | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"import": "./client/dist/epoxy_client.js", | ||
"require": "./client/out/epoxy_client.js" | ||
}, | ||
"browser": { | ||
"import": "./client/dist/epoxy_client.js", | ||
"require": "./client/out/epoxy_client.js" | ||
}, | ||
"types":"./client/dist/epoxy_client.d.ts" | ||
} | ||
} | ||
"browser": "./client/module.js", | ||
"module": "./client/module.js", | ||
"main": "./client/module.js", | ||
"types": "./client/module.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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
20370
1
4752536
8