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

nats-hemera

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nats-hemera - npm Package Compare versions

Comparing version 5.0.0-rc.3 to 5.0.0-rc.4

0

lib/add.js

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ const Joi = require('joi')

@@ -0,0 +0,0 @@ 'use strict'

4

lib/errors.js

@@ -17,3 +17,3 @@ 'use strict'

const TimeoutError = HemeraError.subclass('TimeoutError')
const BusinessError = HemeraError.subclass('BusinessError')
const ResponseError = HemeraError.subclass('ResponseError')
const PatternNotFound = HemeraError.subclass('PatternNotFound')

@@ -28,5 +28,5 @@ const MaxRecursionError = HemeraError.subclass('MaxRecursionError')

TimeoutError,
BusinessError,
ResponseError,
PatternNotFound,
ProcessLoadError
}

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -97,3 +97,2 @@ /**

this._pattern = null
this._actCallback = null
this._execute = null

@@ -1144,4 +1143,4 @@ this._cleanPattern = ''

let error = Errio.fromObject(self._response.payload.error)
const internalError = new Errors.BusinessError(
'An business error was received',
const internalError = new Errors.ResponseError(
'Response error received',
self.errorDetails

@@ -1188,3 +1187,2 @@ ).causedBy(error)

hemera._execute = null
hemera._actCallback = null
hemera.sid = 0

@@ -1203,4 +1201,3 @@

if (cb) {
hemera._actCallback = cb.bind(hemera)
hemera._execute = hemera._actCallback
hemera._execute = cb.bind(hemera)
hemera._series(

@@ -1207,0 +1204,0 @@ hemera,

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/",

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