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

@gooddata/util

Package Overview
Dependencies
Maintainers
57
Versions
2478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/util - npm Package Compare versions

Comparing version 8.0.0-beta.74 to 8.0.0-beta.75

dist/arrayUtils.d.ts

3

dist/index.d.ts
import * as stringUtils from "./stringUtils";
import * as testUtils from "./testUtils";
import * as translationUtils from "./translationUtils";
export { stringUtils, testUtils, translationUtils };
import * as arrayUtils from "./arrayUtils";
export { stringUtils, testUtils, translationUtils, arrayUtils };
"use strict";
// (C) 2019-2020 GoodData Corporation
Object.defineProperty(exports, "__esModule", { value: true });
exports.translationUtils = exports.testUtils = exports.stringUtils = void 0;
exports.arrayUtils = exports.translationUtils = exports.testUtils = exports.stringUtils = void 0;
var tslib_1 = require("tslib");

@@ -12,2 +12,4 @@ var stringUtils = tslib_1.__importStar(require("./stringUtils"));

exports.translationUtils = translationUtils;
var arrayUtils = tslib_1.__importStar(require("./arrayUtils"));
exports.arrayUtils = arrayUtils;
//# sourceMappingURL=index.js.map
{
"name": "@gooddata/util",
"version": "8.0.0-beta.74",
"version": "8.0.0-beta.75",
"author": "GoodData",

@@ -5,0 +5,0 @@ "description": "GoodData Utility Functions",

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