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

spawnd

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawnd - npm Package Versions

13

7.0.0

Diff
neoziro
published 7.0.0 •

Changelog

Source

7.0.0 (2023-02-03)

Features

  • modernize project (#514) (6ca8757)
  • target puppeteer v19+ (31f6f1e)

BREAKING CHANGES

  • requires puppeteer v19+
tonybrix
published 6.2.0 •

Changelog

Source

6.2.0 (2022-12-11)

Bug Fixes

Features

  • Add option runBeforeUnloadOnClose (#504) (317ed12)
tonybrix
published 6.0.2 •

Changelog

Source

6.0.2 (2021-11-25)

Bug Fixes

tonybrix
published 6.0.0 •

Changelog

Source

6.0.0 (2021-09-23)

Bug Fixes

BREAKING CHANGES

  • drop support for node v10
tonybrix
published 5.0.0 •

Changelog

Source

5.0.0 (2021-04-16)

Bug Fixes

  • Leverage Puppeteer's native support for Firefox (#356) (e54fb7e)
  • require to puppeteer-core as fallback (#315) (49d313c)
  • Resolve module paths in preset (#335) (36602a1)
  • toFill doesn't empty contents when given an empty string (#381) (964b9a2)

Features

BREAKING CHANGES

  • browser config is deprecated. Use launch.product instead.
  • jest-dev-server uses axios instead of request so the waitOnScheme options may have changed. see wait-on v5.0.0 changelog for more details
neoziro
published 4.4.0 •

Changelog

Source

4.4.0 (2019-12-18)

Bug Fixes

Features

  • increase peerDependencies to allow Puppeteer v2 (#289) (62a9b81)
  • expect-puppeteer: support frames (#275) (09703ea)
neoziro
published 4.0.0 •

Changelog

Source

4.0.0 (2019-02-13)

Bug Fixes

  • Cannot read property watch of undefined in jest v22 version (#197) (db731a3)

Features

BREAKING CHANGES

  • v4.x is only compatible with Jest v24, use v3.x with Jest v23.
neoziro
published 3.7.0 •

Changelog

Source

3.7.0 (2018-12-11)

Features

neoziro
published 3.5.2 •

Changelog

Source

3.5.2 (2018-11-27)

Bug Fixes

neoziro
published 3.4.0 •

Changelog

Source

3.4.0 (2018-09-24)

Bug Fixes

  • support several instances of Jest in parallel (#138) (275bc71)

Features

  • expect-puppeteer: Update default options to look at connect object (1f33ea0)
  • jest-environment-puppeteer: Add ability to connect to an already existing instance of Chrome (9de05f0)
  • jest-environment-puppeteer: Add documentation of new connect options (c6b0613)
  • jest-environment-puppeteer: Remove unneeded async config (30a3daa)
  • jest-environment-puppeteer: Simplify getBrowser function (8ccb0d0)

<a name="3.3.1"></a>