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

@aircall/exception-zod

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aircall/exception-zod - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/index.js

@@ -18,3 +18,3 @@ 'use strict';

var toZodException = (error) => {
if (!(error instanceof zod.z.ZodError)) {
if (!(error instanceof zod.ZodError)) {
return error;

@@ -21,0 +21,0 @@ }

{
"name": "@aircall/exception-zod",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"sideEffects": false,

@@ -32,5 +40,5 @@ "publishConfig": {

"devDependencies": {
"@aircall/exception": "0.1.4",
"@aircall/exception-gql": "0.2.3",
"@aircall/exception-rest": "0.1.4",
"@aircall/exception": "0.1.5",
"@aircall/exception-gql": "0.2.4",
"@aircall/exception-rest": "0.1.5",
"@aircall/test-sequencer": "1.0.2",

@@ -45,3 +53,3 @@ "@aircall/tsconfig": "1.4.2",

"tsup": "7.1.0",
"zod": "3.22.4"
"zod": "3.23.8"
},

@@ -48,0 +56,0 @@ "scripts": {

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