Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#56]: Fix security vulnerabilities from npm audit #57

Closed
wants to merge 1 commit into from

Conversation

doug-wade
Copy link

Fixes #56

@@ -7,8 +7,8 @@
"index.js"
],
"scripts": {
"test": "NODE_ENV=test mocha --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "NODE_ENV=test istanbul cover _mocha -- --check-leaks -t 5000 test/*.test.js",
"test": "NODE_ENV=test mocha --exit --check-leaks -R spec -t 5000 test/*.test.js",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--exit is required due to this change in mocha

@codecov
Copy link

codecov bot commented Dec 20, 2018

Codecov Report

Merging #57 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #57   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          58     58           
  Branches       21     21           
=====================================
  Hits           58     58

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fb61a0...c5f00de. Read the comment docs.

@dead-horse
Copy link
Member

remove package-lock.json and add it to .gitignore, others LGTM

@doug-wade doug-wade closed this Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm audit reveals security vulnerabilities
2 participants