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

ssp-blogging-common

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssp-blogging-common - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

dist/index.d.ts

@@ -40,13 +40,10 @@ import { z } from 'zod';

content: z.ZodString;
id: z.ZodString;
}, "strip", z.ZodTypeAny, {
title: string;
content: string;
id: string;
}, {
title: string;
content: string;
id: string;
}>;
export type CreateBlogInput = z.infer<typeof createBlogInput>;
export type UpdateBlogInput = z.infer<typeof updateBlogInput>;

@@ -23,3 +23,2 @@ "use strict";

content: zod_1.z.string(),
id: zod_1.z.string(),
});

2

package.json
{
"name": "ssp-blogging-common",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -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