fint-get-data
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -22,3 +22,3 @@ const axios = require('axios') | ||
url, | ||
headers: orgId ? {'x-org-id': orgId } : undefined | ||
headers: orgId ? { 'x-org-id': orgId } : undefined | ||
} | ||
@@ -25,0 +25,0 @@ try { |
{ | ||
"name": "fint-get-data", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -14,7 +14,8 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "standard && nsp check && ava", | ||
"test": "standard && npm audit && ava", | ||
"test-offline": "standard && ava", | ||
"coverage": "nyc ava", | ||
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls", | ||
"standard-fix": "standard --fix" | ||
"standard-fix": "standard --fix", | ||
"refresh": "rm -rf node_modules && rm package-lock.json && npm install" | ||
}, | ||
@@ -44,13 +45,15 @@ "keywords": [], | ||
"dependencies": { | ||
"args": "3.0.8", | ||
"args": "5.0.0", | ||
"axios": "0.18.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "0.25.0", | ||
"coveralls": "3.0.0", | ||
"ava": "1.0.1", | ||
"coveralls": "3.0.2", | ||
"fint-token-generator": "1.0.0", | ||
"nsp": "3.2.1", | ||
"nyc": "11.4.1", | ||
"standard": "11.0.0" | ||
"nyc": "13.1.0", | ||
"standard": "12.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=10.14.2" | ||
} | ||
} |
[![Build Status](https://travis-ci.org/telemark/fint-get-data.svg?branch=master)](https://travis-ci.org/telemark/fint-get-data) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/telemark/fint-get-data.svg)](https://greenkeeper.io/) | ||
@@ -41,3 +40,1 @@ # fint-get-data | ||
[MIT](LICENSE) | ||
![Robohash image of fint-token-generator](https://robots.kebabstudios.party/fint-get-data.png "Robohash image of fint-get-data") |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
6773
40
1
+ Addedargs@5.0.0(transitive)
+ Addedcamelcase@5.0.0(transitive)
+ Addedchalk@2.4.1(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedleven@2.1.0(transitive)
+ Addedmri@1.1.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedargs@3.0.8(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedchalk@2.1.0(transitive)
- Removedhas-flag@2.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmri@1.1.0(transitive)
- Removedpkginfo@0.4.1(transitive)
- Removedstring-similarity@1.2.0(transitive)
- Removedsupports-color@4.5.0(transitive)
Updatedargs@5.0.0