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

danger

Package Overview
Dependencies
Maintainers
3
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger - npm Package Versions

1
32

10.5.3

Diff

Changelog

Source

10.5.3

  • Fix for danger local not showing commit messages - [@hmschreiner]
orta
published 10.5.2 •

Changelog

Source

10.5.2

  • Adds danger.git.head and danger.git.base - [@jamiebuilds]
orta
published 10.5.1 •

Changelog

Source

10.5.1

  • Bitbucket Cloud: Fix bug when Danger updating inline comment with summary comment. - [@hellocore]
  • Fall back to alternative methods for establishing the PR number from CodeBuild - [@alexandermendes]
orta
published 10.5.0 •

Changelog

Source

10.5.0

  • Handle deprecations for the APIs used with --use-github-checks #1073 [@wardpeet]
orta
published 10.4.1 •

Changelog

Source

10.4.1

  • Improved tsconfig.json file lookup strategy: it now looks for it starting from the location of the danger file. #1068 [@igorbek]
  • Upgrade node-fetch to 2.6.1 to fix GHSA-w7rc-rwvf-8q5r. #1071 [@hmcc]
orta
published 10.4.0 •

Changelog

Source

10.4.0

  • Adds aliases to the FakeCI env vars. You could now have something like:
    - run: "npx danger-ts ci"
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        DANGER_MANUAL_CI: true
        DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
        DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
    
    Which looks more intentional instead of: DANGER_FAKE_CI etc. [@orta]
orta
published 10.3.1 •

Changelog

Source

10.3.1

  • Experimental support for internal routing when using npx danger-ts [@orta]
orta
published 10.3.0 •

Changelog

Source

10.3.0

  • Added a CLI option --ignoreOutOfDiffComments so that you can ignore inline-comments for lines that were not changed in the checked PR. The comments would be ignored completely - they won't even show in the results comment. [@pinkasey]
orta
published 10.2.1 •

Changelog

Source

10.2.1

  • Wait for close event on spawned process in local git platform - [@gzaripov]
  • Fix Typo in README.md [@NotMoni]
  • Fix danger failure on getting diff for files with spaces in file path [@HonzaMac]
  • Document how to disable transpilation [@rzgry]
  • Fix get blob url for pr commit [@doniyor2109]
orta
published 10.2.0 •

Changelog

Source

10.2.0

  • Take commit hash from CircleCI environment variable [@valscion]
  • Fix project path with /- in GitLab MR URL [@pgoudreau]
  • When creating a new PR with createOrUpdatePR, add the description (as done when editing) - [@sogame]
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