New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-devx/feature-toggle-node

Package Overview
Dependencies
Maintainers
8
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/feature-toggle-node - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

12

CHANGELOG.md

@@ -0,1 +1,13 @@

<a name="1.0.6"></a>
# 1.0.6 (2020-11-02)
### Features
- Added support for "tenant id" strategy
### BREAKING CHANGES
- None
<a name="1.0.5"></a>

@@ -2,0 +14,0 @@

36

package.json
{
"name": "@sap-devx/feature-toggle-node",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -31,12 +31,17 @@ "main": "lib/api.js",

"license": "Apache-2.0",
"dependencies": {
"await-to-js": "2.1.1",
"parse-duration": "0.4.4",
"unleash-client": "3.4.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "^4.2.8",
"@types/mocha": "^8.0.1",
"@types/chai": "4.2.14",
"@types/mocha": "8.2.0",
"@types/rimraf": "3.0.0",
"@types/sinon": "^9.0.0",
"@types/sinon": "9.0.10",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"coveralls": "3.1.0",
"chai": "^4.2.0",
"chai": "4.2.0",
"cz-conventional-changelog": "3.3.0",

@@ -46,14 +51,14 @@ "@commitlint/cli": "11.0.0",

"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"mocha": "^8.0.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.3.0",
"husky": "4.3.6",
"mocha": "8.2.1",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.0.5",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"sinon": "^9.0.2",
"sinon": "9.2.2",
"source-map-support": "0.5.19",
"ts-node": "8.10.2",
"typescript": "3.9.7"
"ts-node": "9.1.1",
"typescript": "4.1.3"
},

@@ -93,7 +98,2 @@ "husky": {

},
"dependencies": {
"await-to-js": "^2.1.1",
"parse-duration": "^0.4.4",
"unleash-client": "^3.3.5"
},
"config": {

@@ -100,0 +100,0 @@ "commitizen": {

[![CircleCI](https://circleci.com/gh/SAP/feature-toggle-node.svg?style=svg)](https://circleci.com/gh/SAP/feature-toggle-node)
[![Coverage Status](https://coveralls.io/repos/github/SAP/feature-toggle-node/badge.svg?branch=master)](https://coveralls.io/github/SAP/feature-toggle-node?branch=master)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/SAP/feature-toggle-node.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SAP/feature-toggle-node/context:javascript)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -4,0 +5,0 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

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