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

blog-common-1.0

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blog-common-1.0 - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

dist/interfaces/response/blog.response.interface.d.ts
import { IBlogEntity } from '../entities/blog.entity.interface';
import { IBlogLikesCounterEntity } from '../entities/blog.likes.counter.entity.interface';
import { ICommentEntity } from '../entities/comment.entity.interface';

@@ -6,2 +7,3 @@ export type IBlogResponse = {

comments: ICommentEntity[];
likes: IBlogLikesCounterEntity[];
};

2

package.json
{
"name": "blog-common-1.0",
"version": "1.5.5",
"version": "1.5.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

import { IBlogEntity } from '../entities/blog.entity.interface';
import { IBlogLikesCounterEntity } from '../entities/blog.likes.counter.entity.interface';
import { ICommentEntity } from '../entities/comment.entity.interface';

@@ -7,2 +8,3 @@

comments: ICommentEntity[];
likes: IBlogLikesCounterEntity[]
};
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