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.6 to 5.0.0-rc.7

index.d.ts

18

lib/index.js

@@ -192,2 +192,4 @@ /**

proto[prop] = value
return this
}

@@ -250,2 +252,4 @@

this._idGenerator = fn
return this
}

@@ -261,2 +265,4 @@ /**

this._serverDecoder = fn
return this
}

@@ -273,2 +279,4 @@

this._serverEncoder = fn
return this
}

@@ -284,2 +292,4 @@ /**

this._clientDecoder = fn
return this
}

@@ -296,2 +306,4 @@

this._clientEncoder = fn
return this
}

@@ -437,2 +449,4 @@

}
return this
}

@@ -449,2 +463,4 @@

this._schemaCompiler = fn
return this
}

@@ -491,2 +507,4 @@

this[prop] = value
return this
}

@@ -493,0 +511,0 @@

9

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

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

"license": "MIT",
"devDependencies": {
"@types/node": "^9.6.0",
"@types/pino": "^4.7.1"
},
"dependencies": {

@@ -56,3 +60,4 @@ "avvio": "5.4.x",

"nats": "0.8.x"
}
},
"typings": "./index.d.ts"
}

@@ -0,0 +0,0 @@ # Hemera package

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