Socket
Socket
Sign inDemoInstall

atom-package-deps

Package Overview
Dependencies
0
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

8.0.0

Diff

Changelog

Source

8.0.0

  • Potentially unstable: Minify the output to reduce size to ~10kb from ~30kb. (Thanks @aminya)

Although none of the APIs have changed, this change may be potentially unstable, so marking it as semver-major so consumers have to opt-in to this.

steelbrain
published 7.2.3 •

steelbrain
published 7.2.2 •

Changelog

Source

7.2.2

  • Another attempt to fix Windows usages - #332 (Thanks @UziTech)
steelbrain
published 7.2.1 •

Changelog

Source

7.2.1

  • Fix compatibility with Windows usernames with spaces - #331 (Thanks @deankevorkian)
steelbrain
published 7.2.0 •

Changelog

Source

7.2.0

  • Add Typescript definitions
  • Fix installing dependencies in CI on Windows
  • Allow purely string entries for name in dependencies
steelbrain
published 7.1.0 •

Changelog

Source

7.1.0

  • Readd ability to hide user prompt
steelbrain
published 7.0.3 •

Changelog

Source

7.0.3

  • Fix support for notifications-plus package (Thanks @UziTech)
steelbrain
published 7.0.2 •

Changelog

Source

7.0.2

  • Fix a bug where error would be thrown if user already had one of the packages installed (Thanks @lierdakil)
steelbrain
published 7.0.1 •

Changelog

Source

7.0.1

  • Fix a dev dependency accidentally slipping into post-install script
steelbrain
published 7.0.0 •

Changelog

Source

7.0.0

  • BREAKING Change function signature to get rid of promptUser
  • BREAKING Change format of package-deps in manifest from "my-name:my-version" to be { "name": "my-name", "minimumVersion": "my-version" }
  • BREAKING Instead of accepting a semver-range for version, you can now only specify a minimum version in x.y.z format, instead of for example >=2
  • Add support for optional/group packages where users only have to install one of many, and are given a choice at runtime. Signature becomes Dependency[][] instead of Dependency[]
  • Add support for using through CLI for CI and similar purposes
2345Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc