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

fint-get-data

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fint-get-data - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -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")
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