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

@shoutem/api-sdk

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shoutem/api-sdk - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-beta.2

build/lib/services/errors.js

15

build/lib/index.js

@@ -95,2 +95,17 @@ 'use strict';

}
});
var _errors = require('./services/errors');
Object.defineProperty(exports, 'getError', {
enumerable: true,
get: function get() {
return _errors.getError;
}
});
Object.defineProperty(exports, 'getErrorCode', {
enumerable: true,
get: function get() {
return _errors.getErrorCode;
}
});

2

package.json
{
"name": "@shoutem/api-sdk",
"version": "1.0.0",
"version": "1.0.1-beta.2",
"description": "Javascript SDK for Shoutem API using fetch",

@@ -5,0 +5,0 @@ "main": "build/lib/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