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

spawnd

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawnd - npm Package Versions

23

11.0.0

Diff
neoziro
published 11.0.0 •

Changelog

Source

11.0.0 (2024-12-21)

Features

  • @jest/globals support (#606) (911b243)
  • add support for Node.js v22-23 (d67228e)

BREAKING CHANGES

  • Node.js v16 is not supported
neoziro
published 10.1.4 •

Changelog

Source

10.1.4 (2024-10-26)

Bug Fixes

  • revert types resolution from @jest/globals (#604) (4bc420b)
neoziro
published 10.1.1 •

Changelog

Source

10.1.1 (2024-09-06)

Note: Version bump only for package jest-puppeteer

neoziro
published 10.1.0 •

Changelog

Source

10.1.0 (2024-08-17)

Features

neoziro
published 10.0.0 •

Changelog

Source

10.0.0 (2024-02-10)

Features

BREAKING CHANGES

  • Drop Node.js v16 support.
neoziro
published 9.0.2 •

Changelog

Source

9.0.2 (2023-12-06)

Bug Fixes

neoziro
published 9.0.1 •

Changelog

Source

9.0.1 (2023-10-01)

Bug Fixes

  • fix compatibility with Puppeteer v21 (#566) (5cfee1f)
neoziro
published 9.0.0 •

Changelog

Source

9.0.0 (2023-05-24)

Bug Fixes

  • expect-puppeteer: fix addSnapshotSerializer usage (826fd31), closes #552
  • jest-dev-server: no default host (c35e403)
  • jest-dev-server: properly detect if port is used, using both config.port and config.host options. (351720a), closes #555
  • types: fix environment global types (fb691f7)
  • types: fix missing jestPuppeteer global before setup (37e2294)

Features

  • drop Node.js v14 support (d7d9833)

BREAKING CHANGES

  • drop Node.js v14 support
  • jest-dev-server: default host is now undefined instead of "localhost"
neoziro
published 8.0.5 •

Changelog

Source

8.0.5 (2023-03-09)

Bug Fixes

  • spawnd: remove exit dependency (af2eb01), closes #541
neoziro
published 8.0.0 •

Changelog

Source

8.0.0 (2023-03-06)

Features

BREAKING CHANGES

    • spawnd now exports { spawd } instead of default to ensure compatibilty with ESM
  • toMatch has been renamed toMatchTextContent to avoid collision with existing Jest matcher