Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Coveralls Badge Fix + snyk added
  • Loading branch information
abisalehalliprasan committed Oct 18, 2019
commit 3925948ec1db17f7e4bdde6db82db91b3911127b
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
patch: {}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build Status](https://travis-ci.org/intuit/oauth-jsclient.svg?branch=master)](https://travis-ci.org/intuit/oauth-jsclient)
[![NPM Package Version](https://img.shields.io/npm/v/intuit-oauth.svg?style=flat-square)](https://www.npmjs.com/package/intuit-oauth)
[![Coverage Status](https://coveralls.io/repos/github/intuit/oauth-jsclient/badge.svg)](https://coveralls.io/github/intuit/oauth-jsclient)
[![Known Vulnerabilities](https://snyk.io/test/github/intuit/oauth-jsclient/badge.svg)](https://snyk.io/test/github/intuit/oauth-jsclient)


# Intuit OAuth2.0 NodeJS Library

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"karma": "karma start karma.conf.js",
"test": "nyc mocha",
"test": "snyk test && nyc mocha",
"lint": "eslint .",
"fix": "eslint . --fix",
"posttest": "nyc check-coverage",
Expand Down Expand Up @@ -84,7 +84,7 @@
"body-parser": "^1.15.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chance": "^1.0.13",
"chance": "^1.1.3",
"cors": "^2.8.1",
"coveralls": "^3.0.7",
"eslint": "^4.19.1",
Expand All @@ -100,6 +100,7 @@
"phantomjs-prebuilt": "^2.1.4",
"sinon": "^7.5.0",
"standard": "^11.0.0",
"snyk": "^1.134.2",
"watchify": "^3.7.0"
}
}