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

@gooddata/sdk-backend-spi

Package Overview
Dependencies
Maintainers
41
Versions
2579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/sdk-backend-spi - npm Package Compare versions

Comparing version 8.0.0-alpha.48 to 8.0.0-alpha.49

2

dist/errors/index.js

@@ -41,5 +41,7 @@ "use strict";

function AnalyticalBackendError(message, abeType, cause) {
var _newTarget = this.constructor;
var _this = _super.call(this, message) || this;
_this.abeType = abeType;
_this.cause = cause;
Object.setPrototypeOf(_this, _newTarget.prototype);
return _this;

@@ -46,0 +48,0 @@ }

4

package.json
{
"name": "@gooddata/sdk-backend-spi",
"version": "8.0.0-alpha.48",
"version": "8.0.0-alpha.49",
"author": "GoodData",

@@ -36,3 +36,3 @@ "description": "GoodData Backend SPI abstraction interfaces",

"dependencies": {
"@gooddata/sdk-model": "^8.0.0-alpha.48",
"@gooddata/sdk-model": "^8.0.0-alpha.49",
"lodash": "^4.17.15",

@@ -39,0 +39,0 @@ "spark-md5": "^3.0.0",

@@ -29,2 +29,4 @@ // (C) 2019-2020 GoodData Corporation

super(message);
Object.setPrototypeOf(this, new.target.prototype);
}

@@ -31,0 +33,0 @@ }

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