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

blinksocks

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinksocks - npm Package Versions

1
7

2.8.1

Diff

Changelog

Source

Upgrade from 2.8.1 to 2.8.2

$ npm install -g blinksocks@2.8.2
micooz
published 2.8.0 •

Changelog

Source

Upgrade from 2.8.0 to 2.8.1

$ npm install -g blinksocks@2.8.1
micooz
published 2.7.0 •

Changelog

Source

Upgrade from 2.7.0 to 2.8.0

$ npm install -g blinksocks@2.8.0

To use external presets, please read presets.

micooz
published 2.6.3 •

Changelog

Source

Upgrade from 2.6.3 to 2.7.0

$ npm install -g blinksocks@2.7.0

:exclamation: Notice

  1. blinksocks client no longer handle both http and socks proxy connections at the same port now, please specify only one of them using service:
// client.json
{
  "service": "socks5://<host>:<port>"
  // or "service": "http://<host>:<port>"
}
  1. If you are using websocket transport, please change websocket to ws:
// client.json
{
  "servers": [{
    "service": "ws://<host>:<port>",
    // or "transport": "ws"
  }]
}

// server.json
{
  "service": "ws://<host>:<port>"
  // or "transport": "ws"
}
micooz
published 2.6.2 •

Changelog

Source

2.6.2 (2017-09-21)

Notable Changes

Two experimental presets are ready for production use:

exp-base-with-padding is linked to base-with-padding. exp-base-auth-stream is linked to base-auth-stream.

For backward compatibility, you can still use exp-xxx without changing configurations.

:boom: Breaking Changes:

  • core: deprecated ~~IS_TLS~~, you should make judgement by TRANSPORT instead.

:rocket: Features & Improvements:

  • core: display dns cache hitting info in verbose log level.
  • transports: abstract transport layer, and add websocket. :sparkles:
  • presets: refactor exp-compress, expose "threshold" and "options" parameters.
  • test: refactor preset runner, run preset through Middleware directly.

:bug: Fixes:

  • presets: fix an "out-of-range" bug in v2ray-vmess.
  • presets: fix access to static members.
micooz
published 2.6.1 •

Changelog

Source

2.6.1 (2017-09-15)

:rocket: Features & Improvements:

  • benchmark: print blinksocks version before running tests.
  • benchmark: add v2ray-vmess benchmark.
  • utils: add clear() method to AdvancedBuffer.
  • utils: split common module into separated modules.
  • presets: add v2ray vmess support. :sparkles:
  • presets: info now removed from ss-aead-cipher, always use "ss-subkey".
  • presets: info now has a default value bs-subkey for aead-random-cipher.
  • presets: add static onInit(), next() method to IPreset and remove PRESET_INIT action.
  • presets: improve performance and reduce memory usage.
  • tests: add e2e tests for presets.

:bug: Fixes:

  • core: fix a typo in action-handler.js.
micooz
published 2.6.0 •

Changelog

Source

2.6.0 (2017-09-06)

:boom: Breaking Changes:

  • bin: remove .js configuration file support, now you can only use .json file.
  • core: remove ~~behaviours~~ because it's not as convenient as I thought.
  • package: now lib/ is back.

:rocket: Features & Improvements:

  • benchmark: add tests for obfs-random-padding.
  • bin: try to load config file from the first argument.
  • core: refactor relay and change MAX_BUFFERED_SIZE to 512KB.
  • core: refactor pipe.js.
  • core: refactor middleware.js.
  • presets: add a new class IPresetStatic which extends from IPreset.
  • presets: add static checkParams() to IPreset and move all parameters check logic to it.
  • presets: add onDestroy() lifecycle hook to IPreset.
  • presets: add fail() and broadcast() convenience methods to IPreset.
  • presets: add access-control.
  • presets: add exp-compress.
  • presets: add obfs-random-padding.
  • presets: allow to set relative path to save_to of stats preset.

:bug: Fixes:

  • benchmark: ranking by SUM of receiver transfer.
  • benchmark: remove log_path in generated jsons.
  • core: prevent calling close() on null in hub.
  • core: prevent onNotified() emitter itself.
  • presets: fix several indicators of stats preset.
  • utils: fix getRandomInt() and isValidPort().
micooz
published 2.5.4 •

micooz
published 2.5.3 •

micooz
published 2.5.2 •

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