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

check-peer-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-peer-dependencies - npm Package Versions

23

4.3.0

Diff

christopherthielen
published 4.2.0 •

Changelog

Source

4.2.0 (2023-03-13)

Compare check-peer-dependencies versions 4.1.0 and 4.2.0

Bug Fixes

  • Install peer deps as devDependencies if the peer dep came from a dev dependency (6ef3021), closes #21
  • Method for determining the installed version fails #27 (8058585)
christopherthielen
published 4.1.0 •

Changelog

Source

4.1.0 (2021-11-28)

Compare check-peer-dependencies versions 4.0.0 and 4.1.0

Features

  • Add support for ignoring peer dependencies (via cli option or config stored in package.json) (5994c9c)
  • load checkPeerDependencies config from package.json (and merge with CLI options) (e2f0fee)
christopherthielen
published 4.0.0 •

Changelog

Source

4.0.0 (2020-12-27)

Compare check-peer-dependencies versions 3.1.0 and 4.0.0

Features

  • prerelease: include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" (0493379)

BREAKING CHANGES

  • prerelease: Matches prerelease versions
christopherthielen
published 3.1.0 •

Changelog

Source

3.1.0 (2020-12-23)

Compare check-peer-dependencies versions 3.0.0 and 3.1.0

Features

  • peerDependencyMeta: support peerDependencyMeta in package.json to ignore optional peer dependencies (4e3b757)
    • See: https://github.com/yarnpkg/rfcs/blob/master/accepted/0000-optional-peer-dependencies.md
christopherthielen
published 3.0.0 •

Changelog

Source

3.0.0 (2020-12-22)

Compare check-peer-dependencies versions 2.0.6 and 3.0.0

Features

  • findSolutions: Add a toggle to find solutions and print installation commands. (c34735a)
  • orderBy: Change default orderBy to 'dependee' (e77e069)
  • report: For a given unmet peer dependency, show every related peer dependency, even if currently met (516a259)

BREAKING CHANGES

  • orderBy: default order changed from 'depender' to 'dependee'
  • findSolutions: no longer prints installation commands by default, instead prints a message about using --install
christopherthielen
published 2.0.6 •

Changelog

Source

2.0.6 (2020-09-20)

Compare check-peer-dependencies versions 2.0.5 and 2.0.6

Bug Fixes

  • Ignore missing optionalDependencies (25a89a7)
christopherthielen
published 2.0.5 •

Changelog

Source

2.0.5 (2020-09-19)

Compare check-peer-dependencies versions 2.0.3 and 2.0.5

Features

  • Add an option to run tool in consumer package root dependencies only. (#7) (cd8f75a)
christopherthielen
published 2.0.3 •

Changelog

Source

2.0.3 (2020-09-06)

Compare check-peer-dependencies versions 2.0.2 and 2.0.3

Bug Fixes

  • print warning if dependency path is not found instead of erroring. This allows optional dependencies to be ignored. (37c0296)
christopherthielen
published 2.0.2 •

Changelog

Source

2.0.2 (2020-05-25)

Compare check-peer-dependencies versions 2.0.1 and 2.0.2

Bug Fixes

  • peerDevDependencies: Make peerDevDependency includes check a bit safer (2a1a183)
  • walkPackageDependency: only walk dev deps for the root package (e69c385)

Features

  • walkPackageDependencyTree: Check devDependencies too (9eba197)
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