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

zodix

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zodix - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dist/index.js

@@ -87,3 +87,3 @@ "use strict";

const finalSchema = isZodType(schema) ? schema : import_zod.z.object(schema);
return finalSchema.parseAsync(data);
return await finalSchema.parseAsync(data);
} catch (error) {

@@ -90,0 +90,0 @@ throw createErrorResponse(options);

{
"name": "zodix",
"version": "0.4.1",
"version": "0.4.2",
"description": "Parse Remix loaders and actions with Zod",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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