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

@seamapi/nextlove-sdk-generator

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/nextlove-sdk-generator - npm Package Compare versions

Comparing version 1.8.3 to 1.8.4

2

lib/generate-php-sdk/utils/get-php-type.d.ts

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

export declare const getPhpType: (zod_type: string) => "string" | "array" | "int" | "bool" | "mixed";
export declare const getPhpType: (zod_type: string) => "string" | "array" | "float" | "bool" | "mixed";

@@ -6,3 +6,3 @@ export const getPhpType = (zod_type) => {

case "number":
return "int";
return "float";
case "boolean":

@@ -9,0 +9,0 @@ return "bool";

{
"name": "@seamapi/nextlove-sdk-generator",
"version": "1.8.3",
"version": "1.8.4",
"description": "Utilities for building NextLove SDK Generators",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,3 +7,3 @@ export const getPhpType = (zod_type: string) => {

case "number":
return "int"
return "float"

@@ -10,0 +10,0 @@ case "boolean":

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