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

next-safe-action

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-safe-action - npm Package Compare versions

Comparing version 6.0.2-beta.1 to 6.0.2-beta.2

20

package.json
{
"name": "next-safe-action",
"version": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"private": false,

@@ -14,4 +14,3 @@ "description": "Type safe and validated Server Actions in your Next.js (App Router) project.",

".": "./dist/index.mjs",
"./hooks": "./dist/hooks.mjs",
"./zod": "./dist/zod.mjs"
"./hooks": "./dist/hooks.mjs"
},

@@ -25,5 +24,2 @@ "typesVersions": {

"./dist/hooks.d.mts"
],
"zod": [
"./dist/zod.d.mts"
]

@@ -56,10 +52,10 @@ }

"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"next": "14.0.4",
"prettier": "^3.1.1",
"next": "14.1.0",
"prettier": "^3.2.4",
"react": "18.2.0",

@@ -66,0 +62,0 @@ "tsup": "^8.0.1",

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