bandiera-client
Advanced tools
Comparing version 2.4.7 to 3.0.0
# History | ||
## 3.0.0 (2017-08-01) | ||
* Drops support for `node` < 4 & 5 | ||
* Update `request` to 2.87.0 (a security update, requiring `node` >= 4) | ||
* Adds Travis testing for `node` 8 | ||
* Adds `.editorconfig` | ||
* Update year in copyright notice | ||
## 2.4.7 (2017-03-01) | ||
@@ -5,0 +13,0 @@ |
{ | ||
"name": "bandiera-client", | ||
"version": "2.4.7", | ||
"version": "3.0.0", | ||
"description": "Bandiera is a simple, stand-alone feature flagging service that is not tied to any existing web framework or language. This is a client for talking to the web service.", | ||
"keywords": [ "feature", "flagging" ], | ||
"keywords": [ | ||
"feature", | ||
"flagging" | ||
], | ||
"author": "Springer Nature", | ||
@@ -13,3 +14,2 @@ "contributors": [ | ||
], | ||
"repository": { | ||
@@ -22,9 +22,8 @@ "type": "git", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=4" | ||
}, | ||
"dependencies": { | ||
"node.extend": "~1.1.0", | ||
"request": "~2.79.0" | ||
"request": "~2.87.0" | ||
}, | ||
@@ -40,3 +39,2 @@ "devDependencies": { | ||
}, | ||
"main": "./lib/client.js", | ||
@@ -43,0 +41,0 @@ "scripts": { |
@@ -134,3 +134,3 @@ | ||
Copyright © 2017 Springer Nature. | ||
Copyright © 2018 Springer Nature. | ||
Node Bandiera client is licensed under the [MIT License][info-license]. | ||
@@ -137,0 +137,0 @@ |
Sorry, the diff of this file is not supported yet
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
27222
1
+ Addedajv@5.5.2(transitive)
+ Addedaws-sign2@0.7.0(transitive)
+ Addedcaseless@0.12.0(transitive)
+ Addedco@4.6.0(transitive)
+ Addedfast-deep-equal@1.1.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedform-data@2.3.3(transitive)
+ Addedhar-schema@2.0.0(transitive)
+ Addedhar-validator@5.0.3(transitive)
+ Addedhttp-signature@1.2.0(transitive)
+ Addedjson-schema-traverse@0.3.1(transitive)
+ Addedperformance-now@2.1.0(transitive)
+ Addedqs@6.5.3(transitive)
+ Addedrequest@2.87.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedassert-plus@0.2.0(transitive)
- Removedaws-sign2@0.6.0(transitive)
- Removedboom@2.10.1(transitive)
- Removedcaseless@0.11.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcommander@2.20.3(transitive)
- Removedcryptiles@2.0.5(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedform-data@2.1.4(transitive)
- Removedgenerate-function@2.3.1(transitive)
- Removedgenerate-object-property@1.2.0(transitive)
- Removedhar-validator@2.0.6(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhawk@3.1.3(transitive)
- Removedhoek@2.16.3(transitive)
- Removedhttp-signature@1.1.1(transitive)
- Removedis-my-ip-valid@1.0.1(transitive)
- Removedis-my-json-valid@2.20.6(transitive)
- Removedis-property@1.0.2(transitive)
- Removedjsonpointer@5.0.1(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedqs@6.3.3(transitive)
- Removedrequest@2.79.0(transitive)
- Removedsntp@1.0.9(transitive)
- Removedstringstream@0.0.6(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtunnel-agent@0.4.3(transitive)
- Removedxtend@4.0.2(transitive)
Updatedrequest@~2.87.0