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

gooddata

Package Overview
Dependencies
Maintainers
10
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gooddata - npm Package Compare versions

Comparing version 6.0.0-vaclavbohac-typescript-2018-03-26T13-42-00-242Z to 6.0.0-vaclavbohac-typescript-2018-03-26T13-50-00-388Z

1

lib/gooddata-browser.d.ts

@@ -6,3 +6,4 @@ import 'isomorphic-fetch';

export { factoryBrowser as factory, SDK, DataLayer };
export * from './interfaces';
declare const _default: SDK;
export default _default;

3

lib/gooddata.d.ts

@@ -9,3 +9,2 @@ import { XhrModule } from './xhr';

import { AdminModule } from './admin';
import * as DataLayer from './DataLayer';
/**

@@ -50,3 +49,1 @@ * # JS SDK

export declare const factory: (fetchMethod: typeof fetch) => (config?: {}) => SDK;
export * from './interfaces';
export { DataLayer };

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

var admin_1 = require("./admin");
var DataLayer = require("./DataLayer");
exports.DataLayer = DataLayer;
var attributesMapLoader_1 = require("./utils/attributesMapLoader");

@@ -17,0 +15,0 @@ var visualizationObjectHelper_1 = require("./utils/visualizationObjectHelper");

{
"name": "gooddata",
"version": "6.0.0-vaclavbohac-typescript-2018-03-26T13-42-00-242Z",
"version": "6.0.0-vaclavbohac-typescript-2018-03-26T13-50-00-388Z",
"author": "GoodData",

@@ -9,3 +9,3 @@ "description": "GoodData JavaScript SDK",

"browser": "lib/gooddata-browser.js",
"typings": "lib/gooddata.d.ts",
"typings": "lib/gooddata-browser.d.ts",
"files": [

@@ -12,0 +12,0 @@ "dist",

@@ -18,2 +18,4 @@ // Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.

export * from './interfaces';
export default factoryBrowser();

@@ -11,3 +11,2 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

import { AdminModule } from './admin';
import * as DataLayer from './DataLayer';

@@ -75,5 +74,1 @@ import { AttributesMapLoaderModule } from './utils/attributesMapLoader';

export const factory = (fetchMethod: typeof fetch) => (config = {}) => new SDK(fetchMethod, config);
export * from './interfaces';
export { DataLayer };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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