Socket
Socket
Sign inDemoInstall

min-wd

Package Overview
Dependencies
32
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

2.12.0

Diff

Changelog

Source

2.12.0

A change from Thomas Junghans now [allows to have sharable configs][pull-24]. It works similar to sharable configs in eslint. Check out the readme for instructions.

Released by Maximilian Antoni on 2018-09-05.

mantoni
published 2.11.2 •

Changelog

Source

2.11.2

  • 7728d9f Fix issue in request module invoking a callback without both an error and a response (Davide Callegari)
  • 437bc7f Add contributor (Maximilian Antoni)
  • 25cf173 Update Studio Changes (Maximilian Antoni)
  • aa3ea84 Run build in node 10 (Maximilian Antoni)
mantoni
published 2.11.1 •

Changelog

Source

2.11.1

mantoni
published 2.11.0 •

Changelog

Source

2.11.0

Steffen André Langnes added the ability to configure custom capabilities.

  • Allow custom capabilities
  • Fix example in readme for loading .min-wd file as module
  • Add BrowserStack example to readme
mantoni
published 2.10.0 •

Changelog

Source

2.10.0

  • Support Appium with iOS Simulator
  • Fix "SauceLabs on Travis" link
  • Update Mocha link (Morton Fox)
mantoni
published 2.9.3 •

Changelog

Source

2.9.3

Decrease buffer size even further due to Chrome issue still occurring.

mantoni
published 2.9.2 •

Changelog

Source

2.9.2

Further decreases the buffer size introduced in v2.9.1 to work around the Chrome driver issue which still occurs occasionally.

mantoni
published 2.9.1 •

Changelog

Source

2.9.1

Running test suits or projects sometimes caused issues with Chrome. This appears to be an issue with a buffer size limit when executing scripts through chromedriver.

With this path, scripts are no longer injected directly. Instead, a small receiver function is injected and the actual test code is sent to that function in chunks, bypassing the buffer limit. Once the script was fully received by the browser, it is injected with a new <script> tag.

Related issues:

mantoni
published 2.9.0 •

Changelog

Source

2.9.0

Moshe Kolodnya [made it possible][PR14] to use a different config file. He also [sent a PR][PR13] to allow the .min-wd file to be loaded as a node module. Thanks!

mantoni
published 2.8.0 •

Changelog

Source

2.8.0

  • Streams 3: bump dependencies
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc