@gooddata/js-utils
Advanced tools
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
@@ -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; |
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
46424
41
873