Socket
Socket
Sign inDemoInstall

sdk-base

Package Overview
Dependencies
8
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.5.1

6

History.md
3.5.1 / 2018-09-27
==================
**fixes**
* [[`de262c1`](http://github.com/node-modules/sdk-base/commit/de262c1e41e65a5fb11e95a95f96c6c561cb9d23)] - fix(ts): support es module export (#15) (Haoliang Gao <<sakura9515@gmail.com>>)
3.5.0 / 2018-07-26

@@ -3,0 +9,0 @@ ==================

2

index.js

@@ -173,1 +173,3 @@ 'use strict';

module.exports = Base;
// support es module
module.exports.default = Base;

2

package.json
{
"name": "sdk-base",
"version": "3.5.0",
"version": "3.5.1",
"description": "a base class for sdk with default error handler",

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

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