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
55
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 3.10.17-alpha-no23reason-dho-fet-539-sdk8-types-2021-05-03T14-50-52-987Z to 3.10.17-alpha-no23reason-dho-fet-539-sdk8-types-2021-05-03T15-00-25-699Z

5

dist/index.d.ts

@@ -1,7 +0,4 @@

import * as stringUtils from './utils/string';
import * as envUtils from './utils/env';
import * as cookiesUtils from './utils/cookies';
import * as testUtils from './utils/testUtils';
import * as walkMe from './utils/walkme';
import * as translations from './utils/translations';
import * as featureFlagsUtils from './utils/featureFlags';

@@ -13,2 +10,2 @@ import * as userUtils from './utils/userUtils';

};
export { stringUtils, envUtils as env, cookiesUtils as cookies, testUtils, walkMe, trialSnippet, translations, featureFlagsUtils, userUtils, };
export { envUtils as env, cookiesUtils as cookies, walkMe, trialSnippet, featureFlagsUtils, userUtils, };

@@ -11,4 +11,2 @@ "use strict";

// (C) 2007-2021 GoodData Corporation
var stringUtils = __importStar(require("./utils/string"));
exports.stringUtils = stringUtils;
var envUtils = __importStar(require("./utils/env"));

@@ -18,8 +16,4 @@ exports.env = envUtils;

exports.cookies = cookiesUtils;
var testUtils = __importStar(require("./utils/testUtils"));
exports.testUtils = testUtils;
var walkMe = __importStar(require("./utils/walkme"));
exports.walkMe = walkMe;
var translations = __importStar(require("./utils/translations"));
exports.translations = translations;
var featureFlagsUtils = __importStar(require("./utils/featureFlags"));

@@ -26,0 +20,0 @@ exports.featureFlagsUtils = featureFlagsUtils;

2

package.json
{
"name": "@gooddata/js-utils",
"version": "3.10.17-alpha-no23reason-dho-fet-539-sdk8-types-2021-05-03T14-50-52-987Z",
"version": "3.10.17-alpha-no23reason-dho-fet-539-sdk8-types-2021-05-03T15-00-25-699Z",
"description": "Various utils shared on GoodData frontend",

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

// (C) 2007-2021 GoodData Corporation
import * as stringUtils from './utils/string';
import * as envUtils from './utils/env';
import * as cookiesUtils from './utils/cookies';
import * as testUtils from './utils/testUtils';
import * as walkMe from './utils/walkme';
import * as translations from './utils/translations';
import * as featureFlagsUtils from './utils/featureFlags';

@@ -15,11 +12,8 @@ import * as userUtils from './utils/userUtils';

export {
stringUtils,
envUtils as env,
cookiesUtils as cookies,
testUtils,
walkMe,
trialSnippet,
translations,
featureFlagsUtils,
userUtils,
};

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