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

@aims-api/aims-node

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aims-api/aims-node - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

6

CHANGELOG.md
# @aims-api/aims-node
## 0.0.24
### Patch Changes
- 9dde219: thumbnails
## 0.0.23

@@ -4,0 +10,0 @@

@@ -41,2 +41,3 @@ import { z } from 'zod';

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}, "strip", z.ZodTypeAny, {

@@ -54,2 +55,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}, {

@@ -67,2 +69,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}>;

@@ -102,2 +105,3 @@ export declare const detailedCollectionSchema: z.ZodObject<z.objectUtil.extendShape<{

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}>, "strip", z.ZodTypeAny, {

@@ -173,2 +177,3 @@ id: string;

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}, "strip", z.ZodTypeAny, {

@@ -186,2 +191,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}, {

@@ -199,2 +205,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}>;

@@ -214,2 +221,3 @@ }, "strip", z.ZodTypeAny, {

}[] | null | undefined;
thumbnails?: any;
};

@@ -229,2 +237,3 @@ }, {

}[] | null | undefined;
thumbnails?: any;
};

@@ -254,2 +263,3 @@ }>;

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}, "strip", z.ZodTypeAny, {

@@ -267,2 +277,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}, {

@@ -280,2 +291,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}>, "many">;

@@ -296,2 +308,3 @@ }, "strip", z.ZodTypeAny, {

}[] | null | undefined;
thumbnails?: any;
}[];

@@ -312,2 +325,3 @@ }, {

}[] | null | undefined;
thumbnails?: any;
}[];

@@ -350,2 +364,3 @@ }>;

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}>, "strip", z.ZodTypeAny, {

@@ -499,2 +514,3 @@ id: string;

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}>, "strip", z.ZodTypeAny, {

@@ -636,2 +652,3 @@ id: string;

}>, "many">>>;
thumbnails: z.ZodNullable<z.ZodAny>;
}, "strip", z.ZodTypeAny, {

@@ -649,2 +666,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}, {

@@ -662,2 +680,3 @@ id: string;

}[] | null | undefined;
thumbnails?: any;
}>, "many">;

@@ -687,2 +706,3 @@ pagination: z.ZodObject<{

}[] | null | undefined;
thumbnails?: any;
}[];

@@ -705,2 +725,3 @@ }, {

}[] | null | undefined;
thumbnails?: any;
}[];

@@ -707,0 +728,0 @@ }>;

2

dist/helpers/types/collection.js

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

grouping_data: zod_1.z.optional(zod_1.z.nullable(exports.groupingDataSchema)),
// thumbnails: z.nullable(z.record(z.string(), z.any)),
thumbnails: zod_1.z.nullable(zod_1.z.any()),
});

@@ -22,0 +22,0 @@ exports.detailedCollectionSchema = zod_1.z

{
"name": "@aims-api/aims-node",
"version": "0.0.23",
"version": "0.0.24",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/aims-api/aims-node",

Sorry, the diff of this file is too big to display

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