Socket
Socket
Sign inDemoInstall

server-act

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

server-act - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/index.js

@@ -66,3 +66,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

if (_def.input) {
const result = _def.input.safeParse(input);
const result = yield _def.input.safeParseAsync(input);
if (!result.success) {

@@ -69,0 +69,0 @@ console.error("❌ Input validation error:", result.error.errors);

{
"name": "server-act",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/chungweileong94/server-act#readme",

@@ -5,0 +5,0 @@ "author": "chungweileong94",

Sorry, the diff of this file is not supported yet

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