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

@gooddata/fixtures

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/fixtures - npm Package Compare versions

Comparing version 1.32.24 to 1.32.25

10

fixture_tiger.js

@@ -8,3 +8,2 @@ // (C) 2022 GoodData Corporation

const stringify = require('json-stable-stringify');
const { retryOperation } = require('./utils');

@@ -46,7 +45,2 @@ const WORKSPACE_SEPARATOR = ' -- ';

async function ensureWSCreated(sdkTiger, wsId) {
Logger.logLn(`ensure ws is created: ${wsId}`);
await sdkTiger.entities.getEntityWorkspaces({ id: wsId });
}
async function createTigerWorkspace(workspaceTitle, token, host, backend, parentWorkspaceId) {

@@ -80,6 +74,2 @@ const sdkTiger = getTigerBackendSdk(token, host, backend);

Logger.logLn(`created workspace ${workspaceResponse.data.data.id}`);
await retryOperation(() => ensureWSCreated(sdkTiger, `${workspaceResponse.data.data.id}`));
return workspaceResponse.data.data.id;

@@ -86,0 +76,0 @@ }

2

package.json
{
"name": "@gooddata/fixtures",
"version": "1.32.24",
"version": "1.32.25",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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