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

@laconia/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laconia/core - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

2

package.json
{
"name": "@laconia/core",
"version": "0.7.0",
"version": "0.8.0",
"description": "Micro dependency injection framework",

@@ -5,0 +5,0 @@ "keywords": [

@@ -183,12 +183,10 @@ # @laconia/core

laconia(handler).register(
async () => (
{
/* heavy operations */
},
{
cache: {
maxAge: 1000
}
async () => ({
/* heavy operations */
}),
{
cache: {
maxAge: 1000
}
)
}
);

@@ -195,0 +193,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