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

bandiera-client

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandiera-client - npm Package Compare versions

Comparing version 2.4.7 to 3.0.0

.editorconfig

8

HISTORY.md
# 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 @@

16

package.json
{
"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 &copy; 2017 Springer Nature.
Copyright &copy; 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

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