🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

tog-node

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tog-node - npm Package Compare versions

Comparing version

to
0.3.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.3.2](https://github.com/escaletech/tog-node/compare/v0.3.1...v0.3.2) (2020-03-02)
### Bug Fixes
* fix flag parsing, along with broken test ([8257f96](https://github.com/escaletech/tog-node/commit/8257f962dddd26a76566e5f539c6a8b526425096))
### [0.3.1](https://github.com/escaletech/tog-node/compare/v0.3.0...v0.3.1) (2020-03-02)

@@ -7,0 +14,0 @@

2

lib/flagClient.js

@@ -163,5 +163,5 @@ "use strict";

function parseFlag(key, value) {
var _a = key.split(':'), namespace = _a[1], name = _a[2];
var _a = key.split(':'), namespace = _a[2], name = _a[3];
return __assign({ namespace: namespace, name: name }, JSON.parse(value));
}
//# sourceMappingURL=flagClient.js.map
{
"name": "tog-node",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

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

"test:watch": "jest --watch --runInBand",
"typedoc": "typedoc",
"docs": "typedoc",
"build": "tsc",

@@ -12,0 +12,0 @@ "release": "./scripts/release.sh"

Sorry, the diff of this file is not supported yet