Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wiajs/agent

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiajs/agent - npm Package Compare versions

Comparing version 1.0.13 to 1.0.15

20

package.json
{
"name": "@wiajs/agent",
"description": "http/https/socks/tunnel/transfer's proxy agent",
"version": "1.0.13",
"version": "1.0.15",
"type": "module",
"main": "index.js",
"exports": {
".": {
"types": {
"require": "./index.d.cts",
"default": "./index.d.ts"
},
"node": {
"require": "./dist/agent.cjs",
"default": "./index.js"
},
"default": {
"require": "./dist/agent.cjs",
"default": "./dist/agent.mjs"
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "cross-env NODE_ENV=production gulp build -f gulpfile.js",
"lib": "swc --config-file ./.swcrc ./src -d lib -w --strip-leading-paths",

@@ -27,0 +9,0 @@ "lint": "xo",

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