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

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
43
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/js-utils - npm Package Compare versions

Comparing version

to
3.10.1-alpha-khanh.le-kl-GD-1226-2020-04-06T08-06-49-330Z

dist/utils/featureFlags.d.ts

3

dist/index.d.ts

@@ -8,2 +8,3 @@ import * as stringUtils from './utils/string';

import * as translations from './utils/translations';
import * as featureFlags from './utils/featureFlags';
import { load } from './utils/trialSnippet';

@@ -13,2 +14,2 @@ declare const trialSnippet: {

};
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, };
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, featureFlags, };

@@ -10,3 +10,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2018 GoodData Corporation
// (C) 2007-2020 GoodData Corporation
var stringUtils = __importStar(require("./utils/string"));

@@ -26,2 +26,4 @@ exports.string = stringUtils;

exports.translations = translations;
var featureFlags = __importStar(require("./utils/featureFlags"));
exports.featureFlags = featureFlags;
var trialSnippet_1 = require("./utils/trialSnippet");

@@ -28,0 +30,0 @@ var trialSnippet = { load: trialSnippet_1.load };

{
"name": "@gooddata/js-utils",
"version": "3.10.0",
"version": "3.10.1-alpha-khanh.le-kl-GD-1226-2020-04-06T08-06-49-330Z",
"description": "Various utils shared on GoodData frontend",

@@ -5,0 +5,0 @@ "repository": {

@@ -10,5 +10,8 @@ GDC JavaScript utilities

1. Install [Node.js](http://nodejs.org)
Install [Node.js](http://nodejs.org) (node 12.16.1, npm v6.13.4) and [Yarn](https://classic.yarnpkg.com) 1.22.4.
2. Run `yarn install` to install the dependencies
Install dependencies:
```
yarn install --frozen-lockfile
```

@@ -15,0 +18,0 @@ ## Development

@@ -1,2 +0,2 @@

// (C) 2007-2018 GoodData Corporation
// (C) 2007-2020 GoodData Corporation
import * as stringUtils from './utils/string';

@@ -9,2 +9,3 @@ import * as envUtils from './utils/env';

import * as translations from './utils/translations';
import * as featureFlags from './utils/featureFlags';
import { load } from './utils/trialSnippet';

@@ -23,2 +24,3 @@

translations,
featureFlags,
};

Sorry, the diff of this file is not supported yet