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

@ulixee/unblocked-specification

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ulixee/unblocked-specification - npm Package Compare versions

Comparing version 2.0.0-alpha.17 to 2.0.0-alpha.18

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.0.0-alpha.18](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)
### Features
* **plugins:** disable ip proxy by default ([a9a79bc](https://github.com/ulixee/unblocked/commit/a9a79bcc56bba9c107a8f380298e38a28a90af1e)), closes [#29](https://github.com/ulixee/unblocked/issues/29)
# [2.0.0-alpha.17](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.15...v2.0.0-alpha.17) (2022-12-15)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "@ulixee/unblocked-specification",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"description": "Interfaces to interact with Unblocked Agent Plugins",

@@ -23,6 +23,6 @@ "homepage": "https://ulixee.org/unblocked",

"dependencies": {
"@ulixee/js-path": "2.0.0-alpha.17",
"@ulixee/js-path": "2.0.0-alpha.18",
"devtools-protocol": "^0.0.981744"
},
"gitHead": "7ca3a01680dc5f7af7a220d0efdf15d5cecef1c7"
"gitHead": "500fb5eca0f26795933d8b377ffe7b654dee4cc0"
}

@@ -53,3 +53,3 @@ # Unblocked Specification

- upstreamProxyIpMask `object`. Optional settings to mask the Public IP Address of a host machine when using a proxy. This is used by the default BrowserEmulator to mask WebRTC IPs.
- ipLookupService `string`. The URL of an http based IpLookupService. Defaults to `ipify.org`.
- ipLookupService `string`. The URL of an http based IpLookupService.
- proxyIp `string`. The optional IP address of your proxy, if known ahead of time.

@@ -56,0 +56,0 @@ - publicIp `string`. The optional IP address of your host machine, if known ahead of time.

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