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

@logux/actions

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/actions - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

6

logux-not-found/index.d.ts

@@ -5,9 +5,9 @@ /**

* ```js
* import { LoguxNotFoundError } from '@logux/server'
* import { LoguxNotFoundError } from '@logux/actions'
*
* server.channel('posts/:id', {
* …
* load () {
* throw new LoguxNotFoundError()
* }
* },
* …
* })

@@ -14,0 +14,0 @@ * ```

{
"name": "@logux/actions",
"version": "0.2.3",
"version": "0.3.0",
"description": "Types and action creators for build-in Logux actions",

@@ -22,7 +22,7 @@ "keywords": [

"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
},
"peerDependencies": {
"@logux/core": "^0.7.0"
"@logux/core": "^0.8.0"
}
}

@@ -1,2 +0,2 @@

# Logux State
# Logux Actions

@@ -3,0 +3,0 @@ <img align="right" width="95" height="148" title="Logux logotype"

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