Socket
Socket
Sign inDemoInstall

@gooddata/data-layer

Package Overview
Dependencies
20
Maintainers
38
Versions
320
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha3 to 7.0.0-alpha4

1

dist/constants/errors.js
"use strict";
exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var ErrorCodes;

@@ -4,0 +5,0 @@ (function (ErrorCodes) {

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

exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var compact = require("lodash/compact");

@@ -13,0 +14,0 @@ var flatMap = require("lodash/flatMap");

"use strict";
exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var get = require("lodash/get");

@@ -4,0 +5,0 @@ var isEmpty = require("lodash/isEmpty");

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

exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var cloneDeep = require("lodash/cloneDeep");

@@ -13,0 +14,0 @@ var isEmpty = require("lodash/isEmpty");

"use strict";
exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
exports.REG_URI_OBJ = /\/gdc\/md\/(\S+)\/obj\/\d+/;

@@ -4,0 +5,0 @@ exports.isUri = function (identifier) { return exports.REG_URI_OBJ.test(identifier); };

"use strict";
exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var Header = require("./interfaces/Header");

@@ -4,0 +5,0 @@ exports.Header = Header;

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

exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var flatMap = require("lodash/flatMap");

@@ -13,0 +14,0 @@ var compact = require("lodash/compact");

"use strict";
exports.__esModule = true;
// (C) 2007-2018 GoodData Corporation
var identity = require("lodash/identity");

@@ -4,0 +5,0 @@ var Subject_1 = require("rxjs/Subject");

4

package.json
{
"name": "@gooddata/data-layer",
"version": "7.0.0-alpha3",
"version": "7.0.0-alpha4",
"description": "",

@@ -13,2 +13,3 @@ "main": "dist/index.js",

"dependencies": {
"@gooddata/typings": "2.0.0-alpha0",
"json-stable-stringify": "^1.0.1",

@@ -19,3 +20,2 @@ "lodash": "^4.17.4",

"devDependencies": {
"@gooddata/typings": "2.0.0-alpha0",
"@types/express": "4.0.37",

@@ -22,0 +22,0 @@ "@types/invariant": "2.2.29",

@@ -46,3 +46,3 @@ # gooddata-data-layer

git checkout master && git pull upstream master --tags
npm version patch -m "v%s"
npm version patch -m "Release v%s"
npm publish --tag alpha

@@ -56,4 +56,4 @@ git push upstream master --tags

## License
Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.
(C) 2007-2018 GoodData Corporation
For more information, please see [LICENSE](https://github.com/gooddata/gooddata-data-layer/blob/master/LICENSE)

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

// (C) 2007-2018 GoodData Corporation
import { AFM, Execution, VisualizationObject } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { ISdk } from 'gooddata';

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

// (C) 2007-2018 GoodData Corporation
export enum ErrorCodes {

@@ -2,0 +3,0 @@ HTTP_TOO_LARGE = 413,

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

// (C) 2007-2018 GoodData Corporation
export const SHOW_IN_PERCENT_MEASURE_FORMAT = '#,##0.00%';
export const DEFAULT_METRIC_FORMAT = '#,##0.00';

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

// (C) 2007-2018 GoodData Corporation
export const Granularities = {

@@ -2,0 +3,0 @@ DATE: 'GDC.time.date',

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

// (C) 2007-2018 GoodData Corporation
export const TABLE = 'table';

@@ -2,0 +3,0 @@ export const PIE = 'pie';

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

// (C) 2007-2018 GoodData Corporation
export type SortDirection = 'asc' | 'desc';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { Granularities } from '../../../constants/granularities';

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

// (C) 2007-2018 GoodData Corporation
import { VisualizationObject } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import {

@@ -2,0 +3,0 @@ simpleMeasure,

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

// (C) 2007-2018 GoodData Corporation
import { AFM, VisualizationObject } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { IFixture } from '../fixtures/Afm.fixtures';

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

// (C) 2007-2018 GoodData Corporation
import { toAfmResultSpec } from '../../toAfmResultSpec';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import compact = require('lodash/compact');

@@ -2,0 +3,0 @@ import flatMap = require('lodash/flatMap');

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import * as stringify from 'json-stable-stringify';

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

// (C) 2007-2018 GoodData Corporation
import * as stringify from 'json-stable-stringify';

@@ -2,0 +3,0 @@ import { AFM } from '@gooddata/typings';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { DataSource } from '../DataSource';

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

// (C) 2007-2018 GoodData Corporation
import { IDataSource } from '../interfaces/DataSource';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
import get = require('lodash/get');

@@ -2,0 +3,0 @@ import isEmpty = require('lodash/isEmpty');

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import cloneDeep = require('lodash/cloneDeep');

@@ -2,0 +3,0 @@ import isEmpty = require('lodash/isEmpty');

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import { isUri } from '../uri';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
export const REG_URI_OBJ = /\/gdc\/md\/(\S+)\/obj\/\d+/;

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
import * as Header from './interfaces/Header';

@@ -2,0 +3,0 @@ import * as DataSourceUtils from './dataSources/utils';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { IDataSource } from './DataSource';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
export interface IAttributeHeader {

@@ -2,0 +3,0 @@ type: 'attrLabel';

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

// (C) 2007-2018 GoodData Corporation
import { ISimpleExecutorResult } from 'gooddata';

@@ -2,0 +3,0 @@ import { AFM } from '@gooddata/typings';

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

// (C) 2007-2018 GoodData Corporation
import flatMap = require('lodash/flatMap');

@@ -2,0 +3,0 @@ import compact = require('lodash/compact');

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

// (C) 2007-2018 GoodData Corporation
import identity = require('lodash/identity');

@@ -2,0 +3,0 @@ import { Subject } from 'rxjs/Subject';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { IAdapter } from '../interfaces/Adapter';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import { IDataSource } from '../interfaces/DataSource';

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@ import {

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

// (C) 2007-2018 GoodData Corporation
import { createSubject } from '../async';

@@ -2,0 +3,0 @@

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

// (C) 2007-2018 GoodData Corporation
import { AFM } from '@gooddata/typings';

@@ -2,0 +3,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc