Socket
Socket
Sign inDemoInstall

nordnet-next-api

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nordnet-next-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

11

package.json
{
"name": "nordnet-next-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Nordnet nExt API Javascript client",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"eslint": "eslint --ext=.jsx --ext=.js -c .eslintrc src || echo \"Linting failed...\"",
"jscs": "exit 0 || jscs -c .jscsrc src",
"jscs": "jscs -c .jscsrc src",
"lint": "npm run jscs && npm run eslint",

@@ -19,3 +19,6 @@ "pretest": "rimraf reports/test-results.xml reports/coverage",

"validate": "npm run lint && npm test",
"prepush": "npm run validate"
"prebuild": "npm run validate",
"prepush": "npm run validate",
"prepublish": "npm run build",
"postpublish": "rimraf lib && git push --follow-tags"
},

@@ -36,3 +39,3 @@ "repository": {

"babel-eslint": "^3.1.23",
"babel-jscs": "^2.0.0",
"babel-jscs": "^2.0.3",
"babel-loader": "^5.1.4",

@@ -39,0 +42,0 @@ "chai": "^3.0.0",

@@ -1,9 +0,9 @@

Nordnet nExt API Javascript client
==================================
# Nordnet nExt API Javascript client
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][depstat-image]][depstat-url]
Isomorphic JS client for [Nordnet nExt API][api]. Client can be used both on the client and server side. Client should be used for making HTTP requests towards nExt API. See [nExt API documentation][api-docs] for a list of possible requests.
[api]: https://api.test.nordnet.se/
[api-docs]: https://api.test.nordnet.se/api-docs/index.html

@@ -43,2 +43,5 @@ ## Installation

Authentication is required to be able to use nExt API. `Authorization` header can be used to pass session token when communicating to the API.
See [nExt API documentation][api] for more details on how to get test account and authenticate against nExt API.
### Basic usage

@@ -112,1 +115,14 @@

All open source code released by Nordnet is licenced under the MIT licence.
[api]: https://api.test.nordnet.se/
[api-docs]: https://api.test.nordnet.se/api-docs/index.html
[npm-url]: https://npmjs.org/package/nordnet-next-api
[npm-image]: https://img.shields.io/npm/v/nordnet-next-api.svg
[travis-url]: https://travis-ci.org/nordnet/nordnet-next-api
[travis-image]: https://travis-ci.org/nordnet/nordnet-next-api.svg?branch=master
[depstat-url]: https://david-dm.org/nordnet/nordnet-next-api
[depstat-image]: https://david-dm.org/nordnet/nordnet-next-api.svg

@@ -30,3 +30,3 @@ var webpack = require('webpack');

output: {
library: 'library-boilerplate',
library: 'norndet-next-api',
libraryTarget: 'umd'

@@ -33,0 +33,0 @@ },

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