Socket
Socket
Sign inDemoInstall

nordnet-next-api

Package Overview
Dependencies
Maintainers
4
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 5.1.1 to 5.1.2

yarn.lock

5

CHANGELOG.md

@@ -6,2 +6,7 @@ # Changelog

## 5.1.2 (2018-01-30)
* Allow minor releases of isomorphic-fetch (^2.1.1)
* Add yarn support
## 5.1.1 (2017-09-18)

@@ -8,0 +13,0 @@

15

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

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

"eslint": "eslint src || echo \"Linting failed...\"",
"lint": "npm run eslint",
"lint": "run-s eslint",
"pretest": "rimraf reports/test-results.xml reports/coverage",

@@ -17,6 +17,6 @@ "test": "karma start ./test/karma.conf.js --reporters mocha,junit,coverage --source-map",

"test:tdd": "karma start ./test/karma.conf.js --auto-watch --no-single-run ",
"validate": "npm run lint && npm test",
"prebuild": "npm run validate",
"prepush": "npm run validate",
"prepublish": "npm run build",
"validate": "run-s lint test",
"prebuild": "run-s validate",
"prepush": "run-s validate",
"prepublish": "run-s build",
"postpublish": "rimraf lib && git push --follow-tags"

@@ -68,2 +68,3 @@ },

"node-libs-browser": "0.5.0",
"npm-run-all": "^4.1.2",
"phantomjs": "^2.1.7",

@@ -77,4 +78,4 @@ "rimraf": "^2.3.4",

"dependencies": {
"isomorphic-fetch": "2.1.1"
"isomorphic-fetch": "^2.1.1"
}
}

Sorry, the diff of this file is not supported yet

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