Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sdk-base

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdk-base - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

History.md
3.1.1 / 2017-03-14
==================
* fix: avoid duplicate error handler (#8)
3.1.0 / 2017-02-17

@@ -3,0 +8,0 @@ ==================

4

index.js

@@ -116,3 +116,5 @@ 'use strict';

this._readyError = flagOrFunction;
this.emit('error', flagOrFunction);
if (!this._readyCallbacks.length) {
this.emit('error', flagOrFunction);
}
} else {

@@ -119,0 +121,0 @@ this._ready = flagOrFunction;

{
"name": "sdk-base",
"version": "3.1.0",
"version": "3.1.1",
"description": "a base class for sdk with default error handler",

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

"autod": "^2.7.1",
"egg-bin": "^2.2.0",
"egg-ci": "^1.1.0",
"eslint": "^3.15.0",
"egg-bin": "^2.4.0",
"egg-ci": "^1.5.0",
"eslint": "^3.17.1",
"eslint-config-egg": "^3.2.0",

@@ -43,0 +43,0 @@ "pedding": "^1.1.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